show databases postgres command line code example
Example 1: postgresql show current database
SELECT current_database();
Example 2: postgresql list db
postgres=# \l
Example 3: postgres list databases
postgres=# \l
SELECT current_database();
postgres=# \l
postgres=# \l