-
Notifications
You must be signed in to change notification settings - Fork 85
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
update *_table for 16.0 #2839
update *_table for 16.0 #2839
Conversation
doc/src/sgml/ref/alter_table.sgml
Outdated
@@ -526,26 +526,17 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM | |||
during future table updates. | |||
See <xref linkend="storage-toast"/> for more information. | |||
--> | |||
《マッチ度[81.112092]》この構文は、列の保管モードを設定します。 | |||
この構文は、列の保管モードを設定します。 |
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.
ここの指摘というよりも他の箇所の問題ですが、storageの訳が統一されていないようです。
「ストレージ」があるのと「storage parameter」だと「格納パラメータ」になっています。
確認ありがとうございます。 (少なくとも「保管パラメータ」としているものは見つからなかったので)「保管モード」は「格納モード」にしました。 |
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.
確認しました。
ストレージパラメータは別途全体で修正するということで良いと思います。
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.
一通り確認しました。
以下のファイルの 16.0 対応です。