Tuesday, July 11, 2006

PostgreSQL List Tables

$pgsql

#select tablename from pg_tables where tablename not like '%pg_%';

will list all tables.

No comments: