mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Mention in the docs that if special keywords like "sameuser" and
"replication" are quoted in pg_hba.conf, they lose their special meaning.
This commit is contained in:
parent
991bfe11d2
commit
259f60e9b6
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.134 2010/03/17 17:12:31 petere Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.135 2010/03/31 20:18:10 heikki Exp $ -->
|
||||||
|
|
||||||
<chapter id="client-authentication">
|
<chapter id="client-authentication">
|
||||||
<title>Client Authentication</title>
|
<title>Client Authentication</title>
|
||||||
@ -77,8 +77,11 @@
|
|||||||
a set of records, one per line. Blank lines are ignored, as is any
|
a set of records, one per line. Blank lines are ignored, as is any
|
||||||
text after the <literal>#</literal> comment character. A record is made
|
text after the <literal>#</literal> comment character. A record is made
|
||||||
up of a number of fields which are separated by spaces and/or tabs.
|
up of a number of fields which are separated by spaces and/or tabs.
|
||||||
Fields can contain white space if the field value is quoted. Records
|
Fields can contain white space if the field value is quoted.
|
||||||
cannot be continued across lines.
|
Quoting one of the keywords in database or username field (e.g "all"
|
||||||
|
or "replication") makes the name lose its special character, and just
|
||||||
|
match a database or username with that name. Records cannot be
|
||||||
|
continued across lines.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user