「postgreSQL入門」カレントスキーマ変更方法
1.スキーマ確認
select current_schema();
結果
current_schema
public
2.一時的に変更
set search_path to “demo";
3.恒久的に変更
設定ファイル
postgresql.conf
場所
/var/lib/pgsql/9.6/data/postgresql.conf
修正内容
search_path = ’demo,"$user",demo’ # schema names