-
- Downloads
- Support for relkind = RELKIND_VIEW.
- Use symbols for tests on relkind (ie. use RELKIND_VIEW, not 'v') - Fix bug in support for -b option (== --blobs). - Dump views as views (using 'create view'). - Remove 'isViewRule' since we check the relkind when getting tables. - Now uses temp table 'pgdump_oid' rather than 'pg_dump_oid' (errors otherwise). - Added extra param for specifying handling of OID=0 and which typename to output. - Fixed bug in SQL scanner when SQL contained braces. (in rules) - Use format_type function wherever possible
Showing
- src/bin/pg_dump/common.c 29 additions, 6 deletionssrc/bin/pg_dump/common.c
- src/bin/pg_dump/pg_backup_archiver.h 6 additions, 2 deletionssrc/bin/pg_dump/pg_backup_archiver.h
- src/bin/pg_dump/pg_backup_db.c 10 additions, 1 deletionsrc/bin/pg_dump/pg_backup_db.c
- src/bin/pg_dump/pg_dump.c 155 additions, 189 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dump.h 17 additions, 2 deletionssrc/bin/pg_dump/pg_dump.h
Loading
Please register or sign in to comment