-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
45 lines (45 loc) · 20.8 KB
/
admin.html
File metadata and controls
45 lines (45 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>パート III. サーバの管理</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="parallel-safety.html" title="15.4. パラレル安全" /><link rel="next" href="install-binaries.html" title="第16章 バイナリからのインストール" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body id="docContent" class="container-fluid col-10"><div class="other_version"><a href="https://www.postgresql.jp/document/">バージョンごとのドキュメント一覧</a></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 18.3文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"> </td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?template=bug_report.yml&what-happened=version 18.3 : admin.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. パラレル安全">前へ</a> </td><td width="10%" align="left"> </td><td width="60%" align="center"></td><td width="20%" align="right"> <a accesskey="n" href="install-binaries.html" title="第16章 バイナリからのインストール">次へ</a></td></tr></table><hr /></div><div class="part" id="ADMIN"><div class="titlepage"><div><div><h1 class="title">パート III. サーバの管理</h1></div></div></div><span class="original">
<title>Server Administration</title>
</span><div class="partintro" id="id-1.6.2"><div></div><p>
<span class="original">
This part covers topics that are of interest to a
<productname>PostgreSQL</productname> administrator. This includes
installation, configuration of the server, management of users
and databases, and maintenance tasks. Anyone running
<productname>PostgreSQL</productname> server, even for
personal use, but especially in production, should be familiar
with these topics.
</span>
ここでは、<span class="productname">PostgreSQL</span>管理者にとって関心のあるトピックを扱います。
これには、インストール、サーバの設定、ユーザとデータベースの管理、および保守作業が含まれます。
<span class="productname">PostgreSQL</span>サーバを個人的に使用している場合もそうですが、特に業務で使用している場合は、これらのトピックに精通している必要があります。
</p><p>
<span class="original">
The information attempts to be in the order in which
a new user should read it. The chapters are self-contained and
can be read individually as desired. The information is presented
in a narrative form in topical units. Readers looking for a complete
description of a command are encouraged to review the
<xref linkend="reference"/>.
</span>
ここでの情報は、新規ユーザが読み進めるべき順番に並べられています。
各章は独立しており、必要に応じて個々の章を読むこともできます。
ここでの情報は項目単位で記述されています。
コマンドについて完全な説明を知りたい場合は、<a class="xref" href="reference.html" title="パート VI. リファレンス">パート VI</a>を確認することをお勧めします。
</p><p>
<span class="original">
The first few chapters are written so they can be understood
without prerequisite knowledge, so new users who need to set
up their own server can begin their exploration. The rest of this
part is about tuning and management; that material
assumes that the reader is familiar with the general use of
the <productname>PostgreSQL</productname> database system. Readers are
encouraged review the <xref linkend="tutorial"/> and <xref
linkend="sql"/> parts for additional information.
</span>
最初の数章は、これからサーバを構築する新規ユーザにも読めるように、前提知識がなくても理解できるようになっています。
残りの部分では調整や管理について記されていますが、その資料は読者が<span class="productname">PostgreSQL</span>データベースシステムの一般的な使用について理解していることを前提としています。
詳細な情報については<a class="xref" href="tutorial.html" title="パート I. チュートリアル">パート I</a>と<a class="xref" href="sql.html" title="パート II. SQL言語">パート II</a>を確認することをお勧めします。
</p><div class="toc"><p><strong>目次</strong></p><dl class="toc"><dt><span class="chapter"><a href="install-binaries.html">16. バイナリからのインストール</a></span></dt><dt><span class="chapter"><a href="installation.html">17. ソースコードからインストール</a></span></dt><dd><dl><dt><span class="sect1"><a href="install-requirements.html">17.1. 必要条件</a></span></dt><dt><span class="sect1"><a href="install-getsource.html">17.2. ソースの入手</a></span></dt><dt><span class="sect1"><a href="install-make.html">17.3. AutoconfとMakeによる構築とインストール</a></span></dt><dt><span class="sect1"><a href="install-meson.html">17.4. Mesonを使った構築とインストール</a></span></dt><dt><span class="sect1"><a href="install-post.html">17.5. インストール後の設定作業</a></span></dt><dt><span class="sect1"><a href="supported-platforms.html">17.6. サポートされるプラットフォーム</a></span></dt><dt><span class="sect1"><a href="installation-platform-notes.html">17.7. プラットフォーム特有の覚書</a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime.html">18. サーバの準備と運用</a></span></dt><dd><dl><dt><span class="sect1"><a href="postgres-user.html">18.1. <span class="productname">PostgreSQL</span>ユーザアカウント</a></span></dt><dt><span class="sect1"><a href="creating-cluster.html">18.2. データベースクラスタの作成</a></span></dt><dt><span class="sect1"><a href="server-start.html">18.3. データベースサーバの起動</a></span></dt><dt><span class="sect1"><a href="kernel-resources.html">18.4. カーネルリソースの管理</a></span></dt><dt><span class="sect1"><a href="server-shutdown.html">18.5. サーバのシャットダウン</a></span></dt><dt><span class="sect1"><a href="upgrading.html">18.6. <span class="productname">PostgreSQL</span>クラスタのアップグレード処理</a></span></dt><dt><span class="sect1"><a href="preventing-server-spoofing.html">18.7. サーバのなりすまし防止</a></span></dt><dt><span class="sect1"><a href="encryption-options.html">18.8. 暗号化オプション</a></span></dt><dt><span class="sect1"><a href="ssl-tcp.html">18.9. SSLによる安全なTCP/IP接続</a></span></dt><dt><span class="sect1"><a href="gssapi-enc.html">18.10. GSSAPIによる安全なTCP/IP接続</a></span></dt><dt><span class="sect1"><a href="ssh-tunnels.html">18.11. <span class="application">SSH</span>トンネルを使った安全なTCP/IP接続</a></span></dt><dt><span class="sect1"><a href="event-log-registration.html">18.12. <span class="systemitem">Windows</span>における<span class="application">Event Log</span>の登録</a></span></dt></dl></dd><dt><span class="chapter"><a href="runtime-config.html">19. サーバ設定</a></span></dt><dd><dl><dt><span class="sect1"><a href="config-setting.html">19.1. パラメータの設定</a></span></dt><dt><span class="sect1"><a href="runtime-config-file-locations.html">19.2. ファイルの場所</a></span></dt><dt><span class="sect1"><a href="runtime-config-connection.html">19.3. 接続と認証</a></span></dt><dt><span class="sect1"><a href="runtime-config-resource.html">19.4. 資源の消費</a></span></dt><dt><span class="sect1"><a href="runtime-config-wal.html">19.5. 先行書き込みログ(WAL)</a></span></dt><dt><span class="sect1"><a href="runtime-config-replication.html">19.6. レプリケーション</a></span></dt><dt><span class="sect1"><a href="runtime-config-query.html">19.7. 問い合わせ計画</a></span></dt><dt><span class="sect1"><a href="runtime-config-logging.html">19.8. エラー報告とログ出力</a></span></dt><dt><span class="sect1"><a href="runtime-config-statistics.html">19.9. 実行時統計情報</a></span></dt><dt><span class="sect1"><a href="runtime-config-vacuum.html">19.10. Vacuum作業</a></span></dt><dt><span class="sect1"><a href="runtime-config-client.html">19.11. クライアント接続デフォルト</a></span></dt><dt><span class="sect1"><a href="runtime-config-locks.html">19.12. ロック管理</a></span></dt><dt><span class="sect1"><a href="runtime-config-compatible.html">19.13. バージョンとプラットフォーム互換性</a></span></dt><dt><span class="sect1"><a href="runtime-config-error-handling.html">19.14. エラー処理</a></span></dt><dt><span class="sect1"><a href="runtime-config-preset.html">19.15. 設定済みのオプション</a></span></dt><dt><span class="sect1"><a href="runtime-config-custom.html">19.16. 独自のオプション</a></span></dt><dt><span class="sect1"><a href="runtime-config-developer.html">19.17. 開発者向けオプション</a></span></dt><dt><span class="sect1"><a href="runtime-config-short.html">19.18. 短いオプション</a></span></dt></dl></dd><dt><span class="chapter"><a href="client-authentication.html">20. クライアント認証</a></span></dt><dd><dl><dt><span class="sect1"><a href="auth-pg-hba-conf.html">20.1. <code class="filename">pg_hba.conf</code>ファイル</a></span></dt><dt><span class="sect1"><a href="auth-username-maps.html">20.2. ユーザ名マップ</a></span></dt><dt><span class="sect1"><a href="auth-methods.html">20.3. 認証方式</a></span></dt><dt><span class="sect1"><a href="auth-trust.html">20.4. Trust認証</a></span></dt><dt><span class="sect1"><a href="auth-password.html">20.5. パスワード認証</a></span></dt><dt><span class="sect1"><a href="gssapi-auth.html">20.6. GSSAPI認証</a></span></dt><dt><span class="sect1"><a href="sspi-auth.html">20.7. SSPI認証</a></span></dt><dt><span class="sect1"><a href="auth-ident.html">20.8. Ident認証</a></span></dt><dt><span class="sect1"><a href="auth-peer.html">20.9. Peer認証</a></span></dt><dt><span class="sect1"><a href="auth-ldap.html">20.10. LDAP認証</a></span></dt><dt><span class="sect1"><a href="auth-radius.html">20.11. RADIUS認証</a></span></dt><dt><span class="sect1"><a href="auth-cert.html">20.12. 証明書認証</a></span></dt><dt><span class="sect1"><a href="auth-pam.html">20.13. PAM認証</a></span></dt><dt><span class="sect1"><a href="auth-bsd.html">20.14. BSD認証</a></span></dt><dt><span class="sect1"><a href="auth-oauth.html">20.15. OAuth認可/認証</a></span></dt><dt><span class="sect1"><a href="client-authentication-problems.html">20.16. 認証における問題点</a></span></dt></dl></dd><dt><span class="chapter"><a href="user-manag.html">21. データベースロール</a></span></dt><dd><dl><dt><span class="sect1"><a href="database-roles.html">21.1. データベースロール</a></span></dt><dt><span class="sect1"><a href="role-attributes.html">21.2. ロールの属性</a></span></dt><dt><span class="sect1"><a href="role-membership.html">21.3. ロールのメンバ資格</a></span></dt><dt><span class="sect1"><a href="role-removal.html">21.4. ロールの削除</a></span></dt><dt><span class="sect1"><a href="predefined-roles.html">21.5. 定義済みロール</a></span></dt><dt><span class="sect1"><a href="perm-functions.html">21.6. 関数のセキュリティ</a></span></dt></dl></dd><dt><span class="chapter"><a href="managing-databases.html">22. データベース管理</a></span></dt><dd><dl><dt><span class="sect1"><a href="manage-ag-overview.html">22.1. 概要</a></span></dt><dt><span class="sect1"><a href="manage-ag-createdb.html">22.2. データベースの作成</a></span></dt><dt><span class="sect1"><a href="manage-ag-templatedbs.html">22.3. テンプレートデータベース</a></span></dt><dt><span class="sect1"><a href="manage-ag-config.html">22.4. データベースの設定</a></span></dt><dt><span class="sect1"><a href="manage-ag-dropdb.html">22.5. データベースの削除</a></span></dt><dt><span class="sect1"><a href="manage-ag-tablespaces.html">22.6. テーブル空間</a></span></dt></dl></dd><dt><span class="chapter"><a href="charset.html">23. ローカライゼーション</a></span></dt><dd><dl><dt><span class="sect1"><a href="locale.html">23.1. ロケールのサポート</a></span></dt><dt><span class="sect1"><a href="collation.html">23.2. 照合順序サポート</a></span></dt><dt><span class="sect1"><a href="multibyte.html">23.3. 文字集合サポート</a></span></dt></dl></dd><dt><span class="chapter"><a href="maintenance.html">24. 定常的なデータベース保守作業</a></span></dt><dd><dl><dt><span class="sect1"><a href="routine-vacuuming.html">24.1. 定常的なバキューム作業</a></span></dt><dt><span class="sect1"><a href="routine-reindex.html">24.2. 定常的なインデックスの再作成</a></span></dt><dt><span class="sect1"><a href="logfile-maintenance.html">24.3. ログファイルの保守</a></span></dt></dl></dd><dt><span class="chapter"><a href="backup.html">25. バックアップとリストア</a></span></dt><dd><dl><dt><span class="sect1"><a href="backup-dump.html">25.1. <acronym class="acronym">SQL</acronym>によるダンプ</a></span></dt><dt><span class="sect1"><a href="backup-file.html">25.2. ファイルシステムレベルのバックアップ</a></span></dt><dt><span class="sect1"><a href="continuous-archiving.html">25.3. 継続的アーカイブとポイントインタイムリカバリ(PITR)</a></span></dt></dl></dd><dt><span class="chapter"><a href="high-availability.html">26. 高可用性、負荷分散およびレプリケーション</a></span></dt><dd><dl><dt><span class="sect1"><a href="different-replication-solutions.html">26.1. 様々な解法の比較</a></span></dt><dt><span class="sect1"><a href="warm-standby.html">26.2. ログシッピングスタンバイサーバ</a></span></dt><dt><span class="sect1"><a href="warm-standby-failover.html">26.3. フェイルオーバー</a></span></dt><dt><span class="sect1"><a href="hot-standby.html">26.4. ホットスタンバイ</a></span></dt></dl></dd><dt><span class="chapter"><a href="monitoring.html">27. データベース活動状況の監視</a></span></dt><dd><dl><dt><span class="sect1"><a href="monitoring-ps.html">27.1. 標準的なUnixツール</a></span></dt><dt><span class="sect1"><a href="monitoring-stats.html">27.2. 累積統計システム</a></span></dt><dt><span class="sect1"><a href="monitoring-locks.html">27.3. ロックの表示</a></span></dt><dt><span class="sect1"><a href="progress-reporting.html">27.4. 進捗状況のレポート</a></span></dt><dt><span class="sect1"><a href="dynamic-trace.html">27.5. 動的追跡</a></span></dt><dt><span class="sect1"><a href="diskusage.html">27.6. ディスク使用量の監視</a></span></dt></dl></dd><dt><span class="chapter"><a href="wal.html">28. 信頼性と先行書き込みログ(WAL)</a></span></dt><dd><dl><dt><span class="sect1"><a href="wal-reliability.html">28.1. 信頼性</a></span></dt><dt><span class="sect1"><a href="checksums.html">28.2. データチェックサム</a></span></dt><dt><span class="sect1"><a href="wal-intro.html">28.3. 先行書き込みログ(<acronym class="acronym">WAL</acronym>)</a></span></dt><dt><span class="sect1"><a href="wal-async-commit.html">28.4. 非同期コミット</a></span></dt><dt><span class="sect1"><a href="wal-configuration.html">28.5. <acronym class="acronym">WAL</acronym>の設定</a></span></dt><dt><span class="sect1"><a href="wal-internals.html">28.6. WALの内部</a></span></dt></dl></dd><dt><span class="chapter"><a href="logical-replication.html">29. 論理レプリケーション</a></span></dt><dd><dl><dt><span class="sect1"><a href="logical-replication-publication.html">29.1. パブリケーション</a></span></dt><dt><span class="sect1"><a href="logical-replication-subscription.html">29.2. サブスクリプション</a></span></dt><dt><span class="sect1"><a href="logical-replication-failover.html">29.3. 論理レプリケーションのフェイルオーバー</a></span></dt><dt><span class="sect1"><a href="logical-replication-row-filter.html">29.4. 行フィルタ</a></span></dt><dt><span class="sect1"><a href="logical-replication-col-lists.html">29.5. 列リスト</a></span></dt><dt><span class="sect1"><a href="logical-replication-gencols.html">29.6. 生成列のレプリケーション</a></span></dt><dt><span class="sect1"><a href="logical-replication-conflicts.html">29.7. コンフリクト</a></span></dt><dt><span class="sect1"><a href="logical-replication-restrictions.html">29.8. 制限事項</a></span></dt><dt><span class="sect1"><a href="logical-replication-architecture.html">29.9. アーキテクチャ</a></span></dt><dt><span class="sect1"><a href="logical-replication-monitoring.html">29.10. 監視</a></span></dt><dt><span class="sect1"><a href="logical-replication-security.html">29.11. セキュリティ</a></span></dt><dt><span class="sect1"><a href="logical-replication-config.html">29.12. 構成設定</a></span></dt><dt><span class="sect1"><a href="logical-replication-upgrade.html">29.13. アップグレード</a></span></dt><dt><span class="sect1"><a href="logical-replication-quick-setup.html">29.14. 簡単な設定</a></span></dt></dl></dd><dt><span class="chapter"><a href="jit.html">30. 実行時コンパイル(<acronym class="acronym">JIT</acronym>)</a></span></dt><dd><dl><dt><span class="sect1"><a href="jit-reason.html">30.1. <acronym class="acronym">JIT</acronym>コンパイルとは何か?</a></span></dt><dt><span class="sect1"><a href="jit-decision.html">30.2. どんなときに<acronym class="acronym">JIT</acronym>を使うべきか?</a></span></dt><dt><span class="sect1"><a href="jit-configuration.html">30.3. 設定</a></span></dt><dt><span class="sect1"><a href="jit-extensibility.html">30.4. 拡張性</a></span></dt></dl></dd><dt><span class="chapter"><a href="regress.html">31. リグレッションテスト</a></span></dt><dd><dl><dt><span class="sect1"><a href="regress-run.html">31.1. テストの実行</a></span></dt><dt><span class="sect1"><a href="regress-evaluation.html">31.2. テストの評価</a></span></dt><dt><span class="sect1"><a href="regress-variant.html">31.3. 各種の比較用ファイル</a></span></dt><dt><span class="sect1"><a href="regress-tap.html">31.4. TAPテスト</a></span></dt><dt><span class="sect1"><a href="regress-coverage.html">31.5. テストが網羅する範囲の検証</a></span></dt></dl></dd></dl></div></div><span class="original"> doc/src/sgml/install-binaries.sgml </span><span class="original"> doc/src/sgml/installation.sgml </span><span class="original"> doc/src/sgml/runtime.sgml </span><span class="original"> doc/src/sgml/config.sgml </span><span class="original"> doc/src/sgml/client-auth.sgml </span><span class="original"> doc/src/sgml/user-manag.sgml </span><span class="original"> doc/src/sgml/manage-ag.sgml </span><span class="original"> doc/src/sgml/charset.sgml </span><span class="original"> doc/src/sgml/maintenance.sgml </span><span class="original"> doc/src/sgml/backup.sgml </span><span class="original"> doc/src/sgml/high-availability.sgml </span><span class="original"> doc/src/sgml/monitoring.sgml </span><span class="original"> doc/src/sgml/wal.sgml </span><span class="original"> doc/src/sgml/logical-replication.sgml </span><span class="original"> doc/src/sgml/jit.sgml </span><span class="original"> doc/src/sgml/regress.sgml </span></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="parallel-safety.html" title="15.4. パラレル安全">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html" title="PostgreSQL 18.3文書">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="install-binaries.html" title="第16章 バイナリからのインストール">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">15.4. パラレル安全 </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 18.3文書">ホーム</a></td><td width="40%" align="right" valign="top"> 第16章 バイナリからのインストール</td></tr></table></div></body></html>