show database postgres psql code example
Example 1: postgresql show current database
SELECT current_database();
Example 2: show table postgres command
PostgreSQL show tables command
\dt
SELECT current_database();
PostgreSQL show tables command
\dt