Chapter 15. アプリケーション

Table of Contents
createdb — Create a new Postgres database 新規に Postgres データベースを作成する
createuser — Create a new Postgres user 新規 Postgres ユーザを作成する
destroydb — Remove an existing Postgres database 既存の Postgres データベース を削除します。
destroyuser — Destroy a Postgres user and associated databases Postgres ユーザと関連のデータベース を削除します。
initdb — Create a new Postgres database installation 新しいPostgres データベースインスタンス を作成する。
initlocation — Create a secondary Postgres database storage area 二次的 Postgres データベース格納領域 を作成する。
pgaccessPostgres graphical interactive client
pgadminPostgres graphical interactive client
pg_dump — Extract a Postgres database into a script file Postgres データベースを スクリプトファイルに抽出する
pg_dumpall — Extract all Postgres databases into a script file すべてのPostgres データベースを スクリプトファイルに抽出する
postgres — Run a Postgres single-user backend Postgres シングルユーザバックエンドの起動
postmaster — Run the Postgres multi-user backend Postgres マルチユーザバックエンドの起動
psqlPostgres interactive client Postgres インタラクティブクライアント
vacuumdb — Clean and analyze a Postgres database Postgres データベースのゴミ掃除と解析を おこなう。

This is reference information for Postgres applications and support utilities.

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