postgresql/src/bin/pg_dump
Peter Eisentraut daa9fe8a52 pg_dump: Reorganize getTableAttrs()
Instead of repeating the almost same large query in each version branch,
use one query and add a few columns to the SELECT list depending on the
version.  This saves a lot of duplication.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
2018-08-30 18:09:44 +02:00
..
po Translation updates 2018-05-21 12:29:52 -04:00
t Dump foreign keys on partitioned tables 2018-07-13 13:13:26 -04:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
common.c Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION. 2018-08-28 19:33:04 -04:00
compress_io.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
compress_io.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
dumputils.c Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 2018-07-31 13:00:14 -04:00
dumputils.h Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 2018-07-31 13:00:14 -04:00
nls.mk Translation updates 2018-05-21 12:29:52 -04:00
parallel.c Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 2018-08-17 17:12:33 -04:00
parallel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_backup.h Add pg_dump --on-conflict-do-nothing option. 2018-07-13 13:57:03 +12:00
pg_backup_archiver.c Make pg_restore's identify_locking_dependencies() more bulletproof. 2018-08-28 19:46:59 -04:00
pg_backup_archiver.h Avoid using unsafe search_path settings during dump and restore. 2018-02-26 10:18:21 -05:00
pg_backup_custom.c Fix typo in comment 2018-03-29 19:10:04 +02:00
pg_backup_db.c Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:44 -08:00
pg_backup_db.h Add some const decorations to prototypes 2017-11-10 13:38:57 -05:00
pg_backup_directory.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_backup_null.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_tar.c Fix more format truncation issues 2018-03-15 11:41:42 -04:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_backup_utils.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_dump.c pg_dump: Reorganize getTableAttrs() 2018-08-30 18:09:44 +02:00
pg_dump.h pgindent run prior to branching 2018-06-30 12:25:49 -04:00
pg_dump_sort.c Ensure pg_dump_sort.c sorts null vs non-null namespace consistently. 2018-08-07 13:13:42 -04:00
pg_dumpall.c Add pg_dump --on-conflict-do-nothing option. 2018-07-13 13:57:03 +12:00
pg_restore.c Fix description and documentation related to pg_restore --no-comments 2018-06-26 14:57:53 +09:00