Skip to content

Commit

Permalink
Merge pull request #2816 from noborus/tag-check
Browse files Browse the repository at this point in the history
タグのチェックに引っかかったファイルを修正
  • Loading branch information
koizumistr authored Feb 6, 2024
2 parents d5f1b6a + eca0098 commit 13795ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_role.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ in sync when changing the above synopsis!
If not specified, <literal>NOCREATEROLE</literal> is the default.
-->
これらの句は、他のロールの作成、変更、削除、コメント付与、およびセキュリティラベルの変更をロールに許可するかどうかを決定します。
この権限によって付与される機能の詳細は、<xref linkend='role-creation' />を参照してください。
この権限によって付与される機能の詳細は、<xref linkend="role-creation"/>を参照してください。
指定されなかった場合のデフォルトは<literal>NOCREATEROLE</literal>です。
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/createuser.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ PostgreSQL documentation
capabilities are conferred by this privilege.
-->
他のロールの作成、変更、削除、コメント付与、およびセキュリティラベルの変更を新しいユーザに対して許可します。つまり、このユーザは<literal>CREATEROLE</literal>権限を持つことになります。
この権限によって付与される機能の詳細については、<xref linkend='role-creation' />を参照してください。
この権限によって付与される機能の詳細については、<xref linkend="role-creation"/>を参照してください。
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/explain.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ EXPLAIN ANALYZE EXECUTE query(100, 200);
We might also wish to see the generic plan for a parameterized
query, which can be done with <literal>GENERIC_PLAN</literal>:
-->
前の例では、<command>EXECUTE</command>で与えられた特定のパラメータに対する<command>独自の</command>計画が表示されていたことに注意してください。
前の例では、<command>EXECUTE</command>で与えられた特定のパラメータに対する<quote>独自の</quote>計画が表示されていたことに注意してください。
パラメータ化された問い合わせに対する汎用的な計画を確認することもできます。それは<literal>GENERIC_PLAN</literal>で可能です。

<programlisting>
Expand Down

0 comments on commit 13795ae

Please sign in to comment.