postgresql/src/bin/pg_dump
Teodor Sigaev d02426029b Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
Patch provides command line option --strict-names which requires that at
least one table/schema should present for each -t/-n option.

Pavel Stehule <pavel.stehule@gmail.com>
2015-09-14 16:19:49 +03:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.c Add transforms feature 2015-04-26 10:33:14 -04:00
compress_io.c Restore use of zlib default compression in pg_dump directory mode. 2015-07-25 17:14:36 -04:00
compress_io.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
dumputils.c Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00
dumputils.h Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00
keywords.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Add missing source files to nls.mk 2014-07-15 10:10:42 -04:00
parallel.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
parallel.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup_archiver.c Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00
pg_backup_archiver.h Add macros wrapping all usage of gcc's __attribute__. 2015-03-11 14:30:01 +01:00
pg_backup_custom.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_db.c Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
pg_backup_db.h pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_directory.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup_null.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_tar.c Restore use of zlib default compression in pg_dump directory mode. 2015-07-25 17:14:36 -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 2015 2015-01-06 11:43:47 -05:00
pg_backup_utils.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pg_backup.h Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00
pg_dump_sort.c Add transforms feature 2015-04-26 10:33:14 -04:00
pg_dump.c Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00
pg_dump.h Use the correct type for TableInfo->relreplident. 2015-08-15 16:18:44 +02:00
pg_dumpall.c pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 2015-09-11 15:51:11 -04:00
pg_restore.c Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 2015-09-14 16:19:49 +03:00