CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: pjw(at)hub(dot)org 01/05/11 21:09:47
Modified files:
src/bin/pg_dump: Tag: REL7_1_STABLE pg_backup_archiver.c
pg_backup_archiver.h pg_dump.c
Log message:
- Don't dump COMMENTs in data-only dumps
- Fix view dumping SQL for V7.0
- Fix bug when getting view oid with long view names
- Treat SEQUENCE SET TOC entries as data entries rather than schema
entries.
- Make allowance for data entries that did not have a data dumper
routine (eg. SEQUENCE SET)