diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-10-25 09:40:55 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-10-25 09:40:55 +0900 |
commit | cccfa08c39e194e7737d444974173e47a87b62c8 (patch) | |
tree | 5fb7f51a1c1771edf230eb6bbec81899ebba06f1 /doc/src/sgml/client-auth.sgml | |
parent | 55a428a18d03f332791e15db9ed6ee51156ecd3b (diff) | |
download | postgresql-cccfa08c39e194e7737d444974173e47a87b62c8.tar.gz postgresql-cccfa08c39e194e7737d444974173e47a87b62c8.zip |
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 73e3b39e8b4..2f1bd6fc8a7 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>. |