PostgreSQL show tables using psqlIf you are using psql, you can use the following command to show tables in the current database. For example, you can connect to the dvdrental database and show all tables as follows: PostgreSQL show tables using pg_catalog schemaAnother way to show tables in PostgreSQL is to use SELECT statement to query data from the PostgreSQL catalog as follows: |
Postgres >