-
Notifications
You must be signed in to change notification settings - Fork 87
update create_index for 18.0 #3544
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
base: doc_ja_18
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR updates the Japanese translation in ref/create_index.sgml for PostgreSQL 18.0. The changes primarily improve translation quality by removing machine-translated markers and updating content to reflect that GIN indexes now support parallel index builds.
- Updated storage parameter descriptions to use more natural Japanese
- Added GIN to the list of index methods supporting parallel index builds (alongside B-tree and BRIN)
- Removed machine translation markers and improved translation quality throughout
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
doc/src/sgml/ref/create_index.sgml
Outdated
| --> | ||
| 《マッチ度[80.357143]》<acronym>BRIN</acronym>インデックスは別のパラメータを受け入れます。 | ||
| 《機械翻訳》<acronym>BRIN</acronym>インデックスは、次のパラメータを受け入れます。 | ||
| <acronym>BRIN</acronym>インデックスでは次のパラメータを受け入れます。 |
Copilot
AI
Nov 11, 2025
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.
Inconsistent verb usage: Line 815 uses '受け入れます' (accept/receive) while lines 574, 701, and 740 use '受け付けます' (accept). For consistency, line 815 should use '受け付けます' like the other similar lines.
| <acronym>BRIN</acronym>インデックスでは次のパラメータを受け入れます。 | |
| <acronym>BRIN</acronym>インデックスでは次のパラメータを受け付けます。 |
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.
前からではありますが、たしかにこの1つだけ統一されてませんね。
|
対応しました。 |
|
ありがとうございます。確認しました。 |
ref/create_index.sgml の 18.0 対応です。