diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-10-25 09:41:09 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-10-25 09:41:09 +0900 |
commit | cf352ddcdd84d959774766347b24f4e800ffdd3c (patch) | |
tree | 7d543930b026adb7678a42fcec8be721c942732e /doc/src/sgml/client-auth.sgml | |
parent | f76f1ef00d3e6f5789d8fe51dcaf3417208159c6 (diff) |
doc: Fix some typos and grammar
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, Maxim
Yablokov
Discussion: https://postgr.es/m/7aad518b-3e6d-47f3-9184-b1d69cb412e7@postgrespro.ru
Backpatch-through: 11
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index e9c2d82472c..7fcddaa97df 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -984,7 +984,7 @@ mymap /^(.*)@otherdomain\.com$ guest a slash (<literal>/</literal>), the remainder of the field is treated as a regular expression (see <xref linkend="posix-syntax-details"/> for details of <productname>PostgreSQL</productname>'s regular - expression syntax. It is not possible to use <literal>\1</literal> + expression syntax). It is not possible to use <literal>\1</literal> to use a capture from regular expression on <replaceable>system-username</replaceable> for a regular expression on <replaceable>database-username</replaceable>. |