| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Fix description of how the default user name is chosen |
| Date: | 2022-11-24 08:11:25 |
| Message-ID: | E1oy7KO-000bXJ-49@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Fix description of how the default user name is chosen
This makes the distinction between operating-system user name and
database user name a bit clearer. It also clarifies that the user
name is determined first, and then the default database name.
Author: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAKFQuwZUhgz=sUi+wGQV-PBTNjMovuA-BOV88RV-Vw0m0drCAg(at)mail(dot)gmail(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/385da7306c7fce210bd059ad97ebb3e19699e161
Modified Files
--------------
doc/src/sgml/client-auth.sgml | 2 +-
doc/src/sgml/ref/psql-ref.sgml | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2022-11-24 09:46:34 | pgsql: Make multixact error message more explicit |
| Previous Message | Michael Paquier | 2022-11-24 07:09:55 | pgsql: Add the database name to the ps display of logical WAL senders |