Pages

Thursday, September 18, 2014

list tables postgres

list tables postgres

In mysql, I can view names of tables available in the current database by
issuing,

show tables

How can I list available tables of a database in postgres from psql ?

\dt *.*

 
Reference:

http://stackoverflow.com/questions/12445608/psql-list-all-tables

No comments:

Post a Comment