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

pg_dump.sgmlのPostgreSQL 17.0対応です。 #3185

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

tatsuo-ishii
Copy link
Contributor

No description provided.

Copy link
Contributor

@noborus noborus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いくつか確認をお願いします。

このパターンは<option>-n</option>と同様の規則に従って解釈されます。
<option>-N</option>を複数指定して、複数のパターンのいずれかにマッチするスキーマを除外することができます。
《機械翻訳》<replaceable class="parameter">pattern</replaceable>にマッチする拡張子をダンプしません。
<replaceable class="parameter">pattern</replaceable>にマッチする拡張をダンプしません。
このパターンは<option>-e</option>と同じ規則に従って解釈されます。
<option>--exclude-extension</option>は複数回指定でき、いくつかのパターンにマッチする拡張子を除外できます。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こっちも拡張だと思います

@@ -1296,7 +1288,7 @@ tarアーカイブ形式では現在圧縮を全くサポートしていませ
the <option>&#45;-include-foreign-data</option> option. This keyword can
only be used with the <literal>include</literal> keyword.
-->
《機械翻訳》<literal>foreign_データ</literal>:外部サーバ上のデータ。
<literal>foreign_data</literal>:外部サーバ上のデータ。
これは<option>--include-foreign-データ</option>オプションと同様に機能します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<option>--include-foreign-data</option>。データがカタカナになってます。

@@ -1346,7 +1338,7 @@ tarアーカイブ形式では現在圧縮を全くサポートしていませ
<option>&#45;-exclude-table-data-and-children</option> option. This
keyword can only be used with the <literal>exclude</literal> keyword.
-->
《機械翻訳》<literal>table_data_and_children</literal>:任意のテーブルのテーブルデータマッチング<replaceable>パターン</replaceable>、およびテーブルの任意のパーティションまたは継承の子
<literal>table_data_and_children</literal>:<replaceable>pattern</replaceable>にマッチする任意のテーブルのテーブルデータおよびテーブルのすべてのパーティションまたは継承する子
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ちょっと「子」で終わるのは違和感があります。
対象は、マッチする任意のテーブルのテーブルデータおよびそのパーティションまたは継承の子テーブルのデータではないでしょうか。

@@ -1372,7 +1364,7 @@ tarアーカイブ形式では現在圧縮を全くサポートしていませ
Blank lines are also ignored. See <xref linkend="app-psql-patterns"/>
for how to perform quoting in patterns.
-->
《機械翻訳》<literal>#</literal>で始まる行はコメントと見なされ、無視されます。
<literal>#</literal>で始まる行はコメントと見なされ、無視されます。
コメントはオブジェクトパターン行の後にも置くことができます。
空行も無視されます。
パターン内のクォートの実行方法については<xref linkend="app-psql-patterns"/>を参照してください。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「クォート」は他では「引用符」にしてます。

@@ -1383,7 +1375,7 @@ tarアーカイブ形式では現在圧縮を全くサポートしていませ
Example files are listed below in the <xref linkend="pg-dump-examples"/>
section.
-->
《機械翻訳》サンプルファイルは<xref linkend="pg-dump-examples"/>の節に示します。
サンプルファイルは<xref linkend="pg-dump-examples"/>の節に示します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pg-dump-examplesでは例としているので揃えたほうが良いと思います。

@noborus
Copy link
Contributor

noborus commented Dec 30, 2024

修正ありがとうございました。確認しました。

Copy link
Contributor

@KenichiroTanaka KenichiroTanaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

細かいですが1箇所だけ気づくところがありましたので見ていただけないでしょうか。

《マッチ度[75.767918]》このオプションは<option>-N</option>/<option>--exclude-schema</option>、<option>-T</option>/<option>--exclude-table</option>、<option>--exclude-table-data</option>には影響を与えません。
除外のパターンがマッチするオブジェクトを見つけられないことは、エラーとはみなされません。
《機械翻訳》このオプションは<option>--exclude-extension</option>、<option>-N</option>/<option>--exclude-schema</option>、<option>-T</option>/<option>--exclude-table</option>、<option>-T</option>/<option>--exclude-table-data</option>には効果がありません。
このオプションは<option>--exclude-extension</option>、<option>-N</option>/<option>--exclude-schema</option>、<option>-T</option>/<option>--exclude-table</option>、<option>-T</option>/<option>--exclude-table-data</option>には影響を与えません。
オブジェクトに一致しない除外パターンはエラーとはみなされません。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

機械翻訳の箇所ですが、ここは以前の訳に近づけて

「除外パターンがマッチするオブジェクトに見つけられなくてもエラーとはみなされません。」
とすると理解しやすく思いましたがどうでしょうか。

@KenichiroTanaka KenichiroTanaka merged commit 9813501 into pgsql-jp:doc_ja_17 Jan 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants