postgresql/src/bin/pg_dump
Tom Lane 297b2c1ef9 Fix placement of "SET row_security" command issuance in pg_dump.
Somebody apparently threw darts at the code to decide where to insert
these.  They certainly didn't proceed by adding them where other similar
SETs were handled.  This at least broke pg_restore, and perhaps other
use-cases too.
2015-02-18 12:23:40 -05:00
..
po
.gitignore
common.c Fix pg_dump's heuristic for deciding which casts to dump. 2015-02-10 22:38:15 -05:00
compress_io.c
compress_io.h
dumputils.c Fix more memory leaks in failure path in buildACLCommands. 2015-02-11 18:35:23 -05:00
dumputils.h
keywords.c
Makefile
nls.mk
parallel.c
parallel.h
pg_backup_archiver.c Fix placement of "SET row_security" command issuance in pg_dump. 2015-02-18 12:23:40 -05:00
pg_backup_archiver.h
pg_backup_custom.c
pg_backup_db.c
pg_backup_db.h
pg_backup_directory.c
pg_backup_null.c
pg_backup_tar.c
pg_backup_tar.h
pg_backup_utils.c
pg_backup_utils.h
pg_backup.h
pg_dump_sort.c
pg_dump.c Fix placement of "SET row_security" command issuance in pg_dump. 2015-02-18 12:23:40 -05:00
pg_dump.h
pg_dumpall.c
pg_restore.c