diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2022-05-19 09:27:34 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2022-05-19 09:42:17 +0200 |
| commit | 648aa6734fefb2cc2c9bba7d6444890e727eaca1 (patch) | |
| tree | 6a849a722e6b826210064966bd2d0528558aff78 /doc/src/sgml/postgres-fdw.sgml | |
| parent | c4a4e760f6b0e7933e7d3bff0b589af9da49f8e6 (diff) | |
doc: Properly punctuate "etc."
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
| -rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 68362fd1604..bfd344cdc0e 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -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. |
