Skip to content

Commit

Permalink
respond to Saito-san's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Mar 28, 2024
1 parent 94b556c commit 7e5aa0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/sgml/client-auth.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1438,12 +1438,12 @@ mymap /^(.*)@otherdomain\.com$ guest
will remove the domain part for users with system user names that end with
<literal>@mydomain.com</literal>, and allow any user whose system name ends with
<literal>@otherdomain.com</literal> to log in as <literal>guest</literal>.
-->
上記のエントリでは、<literal>@mydomain.com</literal>で終わるシステムユーザ名のドメイン部分を削除して、
<literal>@otherdomain.com</literal>で終わるシステムユーザ名が<literal>guest</literal>としてログインすることを許可します。
Quoting a <replaceable>database-username</replaceable> containing
<literal>\1</literal> <emphasis>does not</emphasis> make
<literal>\1</literal> lose its special meaning.
-->
上記のエントリでは、<literal>@mydomain.com</literal>で終わるシステムユーザ名のドメイン部分を削除して、<literal>@otherdomain.com</literal>で終わるシステムユーザ名のユーザが<literal>guest</literal>としてログインすることを許可します。
<literal>\1</literal>を含む<replaceable>database-username</replaceable>を引用符で括っても、<literal>\1</literal>はその特別な意味を失い<emphasis>ません</emphasis>。
</para>
<para>
<!--
Expand Down

0 comments on commit 7e5aa0c

Please sign in to comment.