SELECT *
FROM pg_catalog.pg_tables
WHERE schemaname != 'pg_catalog' AND
schemaname != 'information_schema';Code language: SQL (Structured Query Language) (sql)
postgres=# dt
postgres=# dtCode language: PHP (php)
postgres=# dt+Code language: PHP (php)