Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL コマンド REINDEX でリンクの表記が英語のままになっている #2580

Closed
kawa-masaya opened this issue Mar 22, 2023 · 3 comments

Comments

@kawa-masaya
Copy link
Contributor

問題の詳細

ファイル: doc/src/sgml/ref/reindex.sgml
CONCURRENTLY オプションの説明の箇所です。「Rebuilding Indexes Concurrently」が登場しています。

このオプションが使われると、PostgreSQLは、そのテーブルで同時実行される挿入、更新、削除を妨げるようなロックを取得せずにインデックスを再構築します。一方、標準のインデックス再構築は終了するまでテーブルの書き込みをロックします(読み込みはロックしません)。 このオプションを使用する場合に注意すべき点がいくつかあります—下記のRebuilding Indexes Concurrentlyを参照してください。

以下のようにすると日本語のセクション名にすることができます。

diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml
index 9dfc1fd314..33e013e739 100644
--- a/doc/src/sgml/ref/reindex.sgml
+++ b/doc/src/sgml/ref/reindex.sgml
@@ -479,7 +479,11 @@ REINDEX [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] { IN
 TOASTテーブルのインデックスは再構築されますが、新しいテーブル空間には移動しません。
   </para>

+<!--
   <refsect2 id="sql-reindex-concurrently" xreflabel="Rebuilding Indexes Concurrently">
+-->
+  <refsect2 id="sql-reindex-concurrently" xreflabel="インデックスを同時に再構築">
+
 <!--
    <title>Rebuilding Indexes Concurrently</title>
 -->

貢献者として記載可否

記載(貢献者欄に書いてください)

貢献者名

NTTコムウェア株式会社 川本将也

@noborus
Copy link
Contributor

noborus commented Mar 22, 2023

issueありがとうございます。
おっしゃるとおりだと思います。ぜひpull requestも送ってください。

@kawa-masaya
Copy link
Contributor Author

ご確認ありがとうございます。
pull request を送らせていただきました。

@noborus
Copy link
Contributor

noborus commented Apr 3, 2023

#2584 で対応されています

noborus added a commit to noborus/jpug-doc that referenced this issue May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants