postgresql/src/bin
Tom Lane eaf746a5b8 Make psql's "\pset format" command reject non-unique abbreviations.
The previous behavior of preferring the oldest match had the advantage
of not breaking existing scripts when we add a conflicting format name;
but that behavior was undocumented and fragile (it seems just luck that
commit add9182e5 didn't break it).  Let's go over to the less mistake-
prone approach of complaining when there are multiple matches.

Since this is a small compatibility break, no back-patch.

Daniel Vérité

Discussion: https://postgr.es/m/cb7e1caf-3ea6-450d-af28-f524903a030c@manitou-mail.org
2018-11-14 16:39:59 -05:00
..
initdb Add TAP tests for pg_verify_checksums 2018-10-12 09:12:31 +09:00
pg_archivecleanup Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
pg_basebackup Fix speling error 2018-10-08 08:57:24 +02:00
pg_config Translation updates 2018-05-21 12:29:52 -04:00
pg_controldata Translation updates 2018-06-25 12:37:18 +02:00
pg_ctl Implement "pg_ctl logrotate" command 2018-09-01 19:46:49 +03:00
pg_dump pg_dump: Fix dumping of WITH OIDS tables 2018-11-13 09:41:20 +01:00
pg_resetwal Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pg_rewind pg_rewind: Remove unused macro 2018-10-30 13:22:11 +01:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade Fix inadequate autoconfiscation of copyfile() usage. 2018-11-07 16:41:42 -05:00
pg_verify_checksums Don't try to test files named with a trailing dot on Windows 2018-10-21 09:00:13 -04:00
pg_waldump Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pgbench Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Make psql's "\pset format" command reject non-unique abbreviations. 2018-11-14 16:39:59 -05:00
scripts Add semicolons to end of internally run queries 2018-08-30 19:23:22 +02:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00