ぶろぐ

日記です

psql


// いわいるuse
set search_path to 'hoge_database';

// テーブル確認(show tables
\d

// テーブル情報確認(desc
\d hoge_table;