Open
Conversation
Member
Author
|
訳の変更をしませんでした。 |
Contributor
There was a problem hiding this comment.
Pull request overview
create_table.sgml の該当箇所(DEFERRABLE / NOT DEFERRABLE 節の説明)について、翻訳注釈・機械翻訳の残骸を整理し、18.2向けのドキュメント整合を意図した更新です。
Changes:
- 「《マッチ度…》」「《機械翻訳》」などの混入テキストを削除
DEFERRABLE節の日本語説明を簡潔な記述に整理
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
doc/src/sgml/ref/create_table.sgml
Outdated
| <literal>NOT DEFERRABLE</literal>がデフォルトです。 | ||
| 現在、<literal>UNIQUE</literal>、<literal>PRIMARY KEY</literal>、<literal>EXCLUDE</literal>、<literal>REFERENCES</literal>(外部キー)制約のみがこの句を受け付けることができます。 | ||
| <literal>NOT NULL</literal>および <literal>CHECK</literal>制約は遅延させることができません。 | ||
| 遅延可能な制約は<literal>ON CONFLICT DO UPDATE</literal>句を含む<command>INSERT</command>文において、競合解決のために使うことはできないことに注意してください。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.