| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | christophe(dot)courtois(at)dalibo(dot)com |
| Subject: | pgbench: supports PGDATABASE / warning about -d |
| Date: | 2021-02-22 11:39:46 |
| Message-ID: | 161399398648.21711.15387267201764682579@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/legalnotice.html
Description:
1) pgbench has always supported the PGDATABASE env variable, but it is not
listed along PGHOST/PGPORT & PGUSER in
https://www.postgresql.org/docs/13/pgbench.html#id-1.9.4.10.8.
PGDATABASE is listed in the pages of the psql/pg_dump/createdb...
utilities
2) In "Common options", it would be useful to add a warning that "-d means
--debug and does NOT define the database, contrary to most other PostgreSQL
utilities".
(It seems to work and the consequence is a flood of SQL orders on the
screen.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2021-02-24 02:19:41 | Re: Inaccuracy in wal_receiver_status_interval parameter description |
| Previous Message | PG Doc comments form | 2021-02-22 07:36:28 | incoorect restore_command |