PostgreSQL: How to Show Tables Using PSQL or SQL Queries
If you’re switching from MySQL to PostgreSQL, you might look for the SHOW TABLES command — only to discover it doesn’t exist here. Fortunately, PostgreSQL gives you equally convenient options for listing all tables. You can use either the PSQL shell ...







