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 ?
http://stackoverflow.com/questions/12445608/psql-list-all-tables
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