From: Michael Paquier Date: Thu, 25 Feb 2021 07:07:08 +0000 (+0900) Subject: doc: Mention PGDATABASE as supported by pgbench X-Git-Tag: REL_12_7~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e9b5c05010d25e16e04c8c282a52626650ae233;p=thirdparty%2Fpostgresql.git doc: Mention PGDATABASE as supported by pgbench PGHOST, PGPORT and PGUSER were already mentioned, but not PGDATABASE. Like 5aaa584, backpatch down to 12. Reported-by: Christophe Courtois Discussion: https://postgr.es/m/161399398648.21711.15387267201764682579@wrigleys.postgresql.org Backpatch-through: 12 --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 02ea7e026d5..6e0b4a589c5 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -151,6 +151,18 @@ pgbench options d + + dbname + + + Specifies the name of the database to test in. If this is + not specified, the environment variable + PGDATABASE is used. If that is not set, the + user name specified for the connection is used. + + + + @@ -841,6 +853,7 @@ pgbench options d + PGDATABASE PGHOST PGPORT PGUSER