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