mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
doc: explain how the home directory is found on Unix-like syst.
Done for libpq, postgres-fdw, and psql. Reported-by: marc@msys.ch Discussion: https://postgr.es/m/CAKFQuwZ-T-zsVM7gApS9-XU9vGxC7Oa-UyRQPVcJFagNU=AjOw@mail.gmail.com Backpatch-through: master
This commit is contained in:
@@ -194,7 +194,9 @@ OPTIONS (ADD password_required 'false');
|
||||
user can potentially use any client certificates,
|
||||
<filename>.pgpass</filename>,
|
||||
<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
|
||||
system user the postgres server runs as. (For details on how home
|
||||
directories are found, see <xref linkend="libpq-pgpass"/>.) They can
|
||||
also use any trust
|
||||
relationship granted by authentication modes like <literal>peer</literal>
|
||||
or <literal>ident</literal> authentication.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user