バージョンごとのドキュメント一覧

PostgreSQLクライアントアプリケーション


<title>PostgreSQL Client Applications</title>

This part contains reference information for <productname>PostgreSQL</productname> client applications and utilities. Not all of these commands are of general utility; some might require special privileges. The common feature of these applications is that they can be run on any host, independent of where the database server resides. ここには、PostgreSQLクライアントアプリケーションとユーティリティについてのリファレンス情報があります。 これらのコマンドがすべて汎用的なユーティリティであるという訳ではありません。 一部は特定の権限を必要とします。 これらアプリケーションの共通機能は、データベースサーバが稼働しているかどうかに依存しない、どのホストでも実行できるという点です。

When specified on the command line, user and database names have their case preserved &mdash; the presence of spaces or special characters might require quoting. Table names and other identifiers do not have their case preserved, except where documented, and might require quoting. コマンドラインから指定された場合、ユーザ名とデータベース名の大文字小文字は保持されます。 空白文字や特殊文字がある場合は引用符付けが必要かもしれません。 テーブル名やその他の識別子では文書化されていない限り大文字小文字は保持されませんので、引用符付けが必要かもしれません。

目次

clusterdbPostgreSQLデータベースをクラスタ化する
createdb — 新しいPostgreSQLデータベースを作成する
createuser — 新しいPostgreSQLのユーザアカウントを定義する
dropdbPostgreSQLデータベースを削除する
dropuserPostgreSQLのユーザアカウントを削除する
ecpg — 埋め込みSQL用Cプリプロセッサ
pg_amcheck — 一つ以上のPostgreSQLデータベースに破損がないかどうかを検査する
pg_basebackupPostgreSQLクラスタのベースバックアップを取得する
pgbenchPostgreSQLに対してベンチマーク試験を行う
pg_config — インストールしたバージョンのPostgreSQLに関する情報を提供する
pg_dumpPostgreSQLデータベースをスクリプトファイルまたは他のアーカイブファイルへ抽出する
pg_dumpallPostgreSQLのデータベースクラスタをスクリプトファイルへ抽出する
pg_isreadyPostgreSQLサーバの接続状態を検査する
pg_receivewalPostgreSQLサーバから先行書き込みログをストリームする
pg_recvlogicalPostgreSQLのストリームの論理デコードを制御する
pg_restorepg_dumpによって作成されたアーカイブファイルからPostgreSQLデータベースをリストアする
pg_verifybackupPostgreSQLクラスタのベースバックアップの完全性を確認します
psqlPostgreSQLの対話的ターミナル
reindexdbPostgreSQLデータベースのインデックスを再作成する
vacuumdbPostgreSQLデータベースの不要領域の回収と解析を行う
doc/src/sgml/ref/clusterdb.sgml PostgreSQL documentation doc/src/sgml/ref/createdb.sgml PostgreSQL documentation doc/src/sgml/ref/createuser.sgml PostgreSQL documentation doc/src/sgml/ref/dropdb.sgml PostgreSQL documentation doc/src/sgml/ref/dropuser.sgml PostgreSQL documentation doc/src/sgml/ref/ecpg-ref.sgml PostgreSQL documentation doc/src/sgml/ref/pg_amcheck.sgml PostgreSQL documentation doc/src/sgml/ref/pg_basebackup.sgml PostgreSQL documentation doc/src/sgml/ref/pgbench.sgml PostgreSQL documentation doc/src/sgml/ref/pg_config-ref.sgml PostgreSQL documentation doc/src/sgml/ref/pg_dump.sgml PostgreSQL documentation doc/src/sgml/ref/pg_dumpall.sgml PostgreSQL documentation doc/src/sgml/ref/pg_isready.sgml PostgreSQL documentation doc/src/sgml/ref/pg_receivewal.sgml PostgreSQL documentation doc/src/sgml/ref/pg_recvlogical.sgml PostgreSQL documentation doc/src/sgml/ref/pg_restore.sgml PostgreSQL documentation doc/src/sgml/ref/pg_verifybackup.sgml PostgreSQL documentation doc/src/sgml/ref/psql-ref.sgml PostgreSQL documentation doc/src/sgml/ref/reindexdb.sgml PostgreSQL documentation doc/src/sgml/ref/vacuumdb.sgml PostgreSQL documentation