Hi,
 
Is there an SQL command supported by Postgres to return a list of tables in a database?
 
For example on mySQL, you can connect to a database and issue the command SHOW TABLES to bring back a list of tables in that database.
In PG this throws the error "unknown configuration parameter TABLES."
 
Any ideas?
 
Thanks
 
Andy

Reply via email to