-
Notifications
You must be signed in to change notification settings - Fork 82
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
compression methodを圧縮方式に統一(iessues2865の対応) #2941
Merged
noborus
merged 3 commits into
pgsql-jp:doc_ja_16
from
KenichiroTanaka:issues2865compressmethod
Jul 6, 2024
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4003,8 +4003,8 @@ falseの場合、バックアップは待機も警告もせず、必要なログ | |
method. Currently, the supported methods are <literal>gzip</literal>, | ||
<literal>lz4</literal>, and <literal>zstd</literal>. | ||
--> | ||
指定された方法を使用してバックアップを圧縮するようサーバに指示します。 | ||
現在サポートされている方法は、<literal>gzip</literal>、<literal>lz4</literal>および<literal>zstd</literal>です。 | ||
指定された方式を使用してバックアップを圧縮するようサーバに指示します。 | ||
現在サポートされている方式は、<literal>gzip</literal>、<literal>lz4</literal>および<literal>zstd</literal>です。 | ||
</para> | ||
</listitem> | ||
</varlistentry> | ||
|
@@ -4023,7 +4023,7 @@ falseの場合、バックアップは待機も警告もせず、必要なログ | |
keywords are <literal>level</literal>, <literal>long</literal> and | ||
<literal>workers</literal>. | ||
--> | ||
選択した圧縮方法の詳細を指定します。 | ||
選択した圧縮方式の詳細を指定します。 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ここは問題ないですが、上の4006、4007行目で「〜方法」と言及しているものも、実は圧縮のことなので合わせて「方式」に変更すべきかと。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ご指摘の通りです。対応します。 |
||
これは<literal>COMPRESSION</literal>オプションと一緒にのみ使用します。 | ||
値が整数の場合は、圧縮レベルを指定します。 | ||
それ以外の場合は、カンマで区切られたアイテムのリストであり、それぞれの形式は<replaceable>keyword</replaceable>または<replaceable>keyword=value</replaceable>です。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これは問題ないのですが。config.sgmlなのでconfig1とかの分割ファイルもコミットしないといけないのでは。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そうでした。失念していました。