How can I find what languages have been loaded into EnterpriseDB(PL/pgsql, SPL, Java)? EnterpriseDB is built on top of PostgreSQL if anyone knows of a way to find the loaded languages on PostgreSQL. It should work the same.
|
feedback
|
|
The installed languages are registered in
| |||
|
feedback
|
|
Check the "pg_language" system catalogue (hopefully EDB is not that different from Postgres). | |||
|
feedback
|