pgsql/src/bin/pg_dump (common.c pg_backup_archiver.h pg_backup_db.c pg_dump.c pg_dump.h)

From: Philip Warner - CVS <pjw>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump (common.c pg_backup_archiver.h pg_backup_db.c pg_dump.c pg_dump.h)
Date: 2000-09-15 04:35:16
Message-ID: 200009150435.e8F4ZGr03766@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, September 15, 2000 @ 00:35:16
Author: pjw

Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/pg_dump
from hub.org:/home/users/p/pjw/work/pgsql/src/bin/pg_dump

Modified Files:
common.c pg_backup_archiver.h pg_backup_db.c pg_dump.c
pg_dump.h

----------------------------- Log Message -----------------------------

- 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

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2000-09-15 04:57:09 pgsql/src/bin/pg_dump (common.c)
Previous Message Vince Vielhaber 2000-09-14 16:55:30 [WEBMASTER] 'www/html gen-info.html'