This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
get_databases
Name
get_databases -- get list of databases in
the system
Synopsis
get_databases()
Return Type
- list
-
List of databases in the system.
Description
Although you can do this with a simple select, it is added
here for convenience