postgresql/src/bin
Alvaro Herrera c33869cc3b
psql \d: Display table where trigger is defined, if inherited
It's important to know that a trigger is cloned from a parent table,
because of the behavior that the trigger is dropped on detach.  Make
psql's \d display it.

We'd like to backpatch, but lack of the pg_trigger.tgparentid column
makes it more difficult.  Punt for now.  If somebody wants to volunteer
an implementation that reads pg_depend on older versions, that can
probably be backpatched.

Authors: Justin Pryzby, Amit Langote, Álvaro Herrera
Discussion: https://postgr.es/m/20200419002206.GM26953@telsasoft.com
2020-04-21 18:37:26 -04:00
..
initdb Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_archivecleanup Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_basebackup Fix minor memory leak in pg_basebackup and pg_receivewal 2020-04-17 10:45:08 +09:00
pg_checksums Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_config Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_controldata Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_ctl Allow using Unix-domain sockets on Windows in tests 2020-03-30 17:35:29 +02:00
pg_dump Fix minor memory leak in pg_dump 2020-04-15 15:56:01 +09:00
pg_resetwal Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
pg_rewind Exclude backup_manifest file that existed in database, from BASE_BACKUP. 2020-04-09 22:37:11 +09:00
pg_test_fsync Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_test_timing Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_upgrade Enable Unix-domain sockets support on Windows 2020-03-28 15:01:01 +01:00
pg_verifybackup Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00
pg_waldump pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified. 2020-04-03 11:58:58 -04:00
pgbench Add support for \aset in pgbench 2020-04-03 11:45:15 +09:00
pgevent Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
psql psql \d: Display table where trigger is defined, if inherited 2020-04-21 18:37:26 -04:00
scripts createuser: Change a fprintf to pg_log_error 2020-04-08 19:26:09 +02:00
Makefile Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00