postgresql/src/bin
Tom Lane 533020d050 Fix minor issues in psql's new \dAc and related commands.
The type-name pattern in \dAc and \dAf was matched only to the actual
pg_type.typname string, which is fairly user-unfriendly in cases where
that is not what's shown to the user by format_type (compare "_int4"
and "integer[]").  Make this code match what \dT does, i.e. match the
pattern against either typname or format_type() output.  Also fix its
broken handling of schema-name restrictions.  (IOW, make these
processSQLNamePattern calls match \dT's.)  While here, adjust
whitespace to make the query a little prettier in -E output, too.

Also improve some inaccuracies and shaky grammar in the related
documentation.

Noted while working on a patch for intarray's opclasses; I wondered
why I couldn't get a match to "integer*" for the input type name.
2020-08-02 17:00:26 -04:00
..
initdb Change default of password_encryption to scram-sha-256 2020-06-10 16:42:55 +02:00
pg_archivecleanup Translation updates 2020-05-18 12:49:30 +02:00
pg_basebackup Enable almost all TAP tests involving symlinks on Windows 2020-07-16 15:51:52 -04:00
pg_checksums Translation updates 2020-05-18 12:49:30 +02:00
pg_config Translation updates 2020-05-18 12:49:30 +02:00
pg_controldata Translation updates 2020-05-18 12:49:30 +02:00
pg_ctl Remove non-fast promotion. 2020-07-29 21:24:26 +09:00
pg_dump Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
pg_resetwal Translation updates 2020-05-18 12:49:30 +02:00
pg_rewind Rename wal_keep_segments to wal_keep_size. 2020-07-20 13:30:18 +09:00
pg_test_fsync Switch pg_test_fsync to use binary mode on Windows 2020-07-16 15:52:37 +09:00
pg_test_timing Translation updates 2020-05-18 12:49:30 +02:00
pg_upgrade pg_upgrade: set vacuum_defer_cleanup_age to zero 2020-06-15 20:59:40 -04:00
pg_verifybackup tap tests: replace 'master' with 'primary'. 2020-07-08 12:39:56 -07:00
pg_waldump Translation updates 2020-05-18 12:49:30 +02:00
pgbench Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
pgevent
psql Fix minor issues in psql's new \dAc and related commands. 2020-08-02 17:00:26 -04:00
scripts Add --no-index-cleanup and --no-truncate to vacuumdb. 2020-06-22 13:23:38 +09:00
Makefile