LinuxオペレーションPostgresqlデータベース

504 ワード

サービスの開始|クローズ|再開
/usr/local/pgsql/bin/pg_ctl -D /postgres/data -l logfile start|stop|restart

データベースへのアクセス
/usr/local/pgsql/bin/psql -U postgres

すべてのデータベースのリスト
\l

データベースの選択
\c rms_mlt_oa

データベースのエクスポート
/usr/local/pgsql/bin/pg_dump -U postgres -f db.sql  rms_mlt_oa

データベースのインポート
psql -U postgres(   )      (       ) < C:\fulldb.sql