Answers for "postgresql list all tables in db"

SQL
-2

get all tables postgres

SELECT * FROM pg_catalog.pg_tables;
Posted by: Guest on November-11-2020
3

list all tables in postgres schema

dt schema_name.*
Posted by: Guest on December-27-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language