October 3, 2013

テーブル一覧を取得

コンソール上で


$ psql mydb

などのように接続したあと、


\d

と入力するか、


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

とクエリを投げると、DB上のテーブル名を取得できる。

© gepuro 2013

Slideshare Icon from here , Home Icon from icons8