postgresql/src/bin
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure.
libpq's error messages for connection failures pretty well stand on
their own, especially since commits 52a10224e/27a48e5a1.  Prefixing
them with 'could not connect to database "foo"' or the like is just
redundant, and perhaps even misleading if the specific database name
isn't relevant to the failure.  (When it is, we trust that the
backend's error message will include the DB name.)  Indeed, psql
hasn't used any such prefix in a long time.  So, make all our other
programs and documentation examples agree with psql's practice.

Discussion: https://postgr.es/m/1094524.1611266589@sss.pgh.pa.us
2021-01-22 16:52:31 -05:00
..
initdb Add --no-instructions parameter to initdb 2021-01-17 14:34:41 +01:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_checksums Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_config Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_controldata Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_ctl Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_dump Avoid redundantly prefixing PQerrorMessage for a connection failure. 2021-01-22 16:52:31 -05:00
pg_resetwal Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_rewind Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_test_fsync Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_test_timing Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_upgrade Avoid redundantly prefixing PQerrorMessage for a connection failure. 2021-01-22 16:52:31 -05:00
pg_verifybackup Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_waldump Update copyright for 2021 2021-01-02 13:06:25 -05:00
pgbench Avoid redundantly prefixing PQerrorMessage for a connection failure. 2021-01-22 16:52:31 -05:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql psql \dX: list extended statistics objects 2021-01-20 22:57:21 +01:00
scripts Avoid redundantly prefixing PQerrorMessage for a connection failure. 2021-01-22 16:52:31 -05:00
Makefile Update copyright for 2021 2021-01-02 13:06:25 -05:00