User-defined tables
am 13.07.2005 08:10:32 von Mario NeudeckHow can I get a list of all user-defined tables from a database?
select * from pg_tables where ????
select * from pg_class where ???
Thanks for help.
Mario
How can I get a list of all user-defined tables from a database?
select * from pg_tables where ????
select * from pg_class where ???
Thanks for help.
Mario