雑多

PostgreSQL メモ

テーブルの一覧を表示する。

select tablename from pg_tables where not tablename like 'pg%' order by tablename;