Chapter 15. アプリケーション

Table of Contents
createdb — 新規に Postgres データベースを作成する
createuser — 新規 Postgres ユーザを作成する
destroydb — 既存の Postgres データベース を削除します。
destroyuserPostgres ユーザと関連のデータベース を削除します。
initdb — 新しいPostgres データベースインスタンス を作成する。
initlocation — 二次的 Postgres データベース格納領域 を作成する。
pgaccessPostgres graphical interactive client
pgadminPostgres graphical interactive client
pg_dumpPostgres データベースを スクリプトファイルに抽出する
pg_dumpall — すべてのPostgres データベースを スクリプトファイルに抽出する
postgresPostgres シングルユーザバックエンドの起動
postmasterPostgres マルチユーザバックエンドの起動
psqlPostgres インタラクティブクライアント
vacuumdbPostgres データベースのゴミ掃除と解析を おこなう。

これはPostgres のアプリケーションと サポートユーティリティの参照情報です。