TOP > tips > postgres > 7.1 [ TIPS | TOYS | OTAKU | LINK | MOVIE | CGI | AvTitle | ConfuTerm | HIST | AnSt | Asob | Shell ] 6 はこちら ・postmaster の起動と停止 $ su # su - postgres $ /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start …… 起動 $ /usr/local/pgsql/bin/pg_ctl stop …… 通常停止 $ /usr/local/pgsql/bin/pg_ctl -m f stop …… 強制停止 (ユーザのトランザクションが強制終了される) ・システムDB (postgres) の作成 ユーザの追加/削除はシステム