Server

Database

SQL

SELECT * FROM information_schema.tables
WHERE table_schema not in ('pg_catalog' , 'information_schema');

psql