Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/src/sgml/ref/create_type.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
To be able to create a range type, you must have <literal>USAGE</literal>
privilege on the subtype.
-->
《マッチ度[72.727273]》複合型を作成するためには、すべての属性型に対して<literal>USAGE</literal>権限を持たなければなりません。
《機械翻訳》範囲型を作成するには、派生元型に<literal>USAGE</literal>権限が必要です。
範囲型を作成するためには、派生元型に対して<literal>USAGE</literal>権限を持たなければなりません。
</para>
</refsect2>

Expand Down
Loading