1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

doc: Properly punctuate "etc."

This commit is contained in:
Peter Eisentraut
2022-05-19 09:27:34 +02:00
parent c4a4e760f6
commit 648aa6734f
19 changed files with 32 additions and 32 deletions

View File

@@ -190,7 +190,7 @@ OPTIONS (ADD password_required 'false');
on the <literal>public</literal> role. Keep in mind that the mapped
user can potentially use any client certificates,
<filename>.pgpass</filename>,
<filename>.pg_service.conf</filename> etc in the unix home directory of the
<filename>.pg_service.conf</filename> etc. in the unix home directory of the
system user the postgres server runs as. They can also use any trust
relationship granted by authentication modes like <literal>peer</literal>
or <literal>ident</literal> authentication.