]> granicus.if.org Git - postgresql/commit
- Support for relkind = RELKIND_VIEW.
authorPhilip Warner <pjw@rhyme.com.au>
Fri, 15 Sep 2000 04:35:16 +0000 (04:35 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Fri, 15 Sep 2000 04:35:16 +0000 (04:35 +0000)
commitc74257e9e0d31fd07e06c2e1c333ca21b1f3eace
treed3f5dce6ae0067752f52f2ef21e6df0eb9ecd2f7
parent6d9299e1fc8e2f4f84f1675d5b00affba15be36a
- 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
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h