| From: | Philip Warner - CVS <pjw(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/bin/pg_dump pg_backup.h pg_backup_ar ... |
| Date: | 2001-04-01 05:42:51 |
| Message-ID: | 200104010542.f315gpi64718@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: pjw(at)hub(dot)org 01/04/01 00:42:51
Modified files:
src/bin/pg_dump: pg_backup.h pg_backup_archiver.c
pg_backup_archiver.h pg_backup_custom.c
pg_backup_files.c pg_backup_tar.c pg_dump.c
Log message:
Patch to put rudimentary dependency support into pg_dump. This addresses
the UDT/function order problem.
- Rudimentary support for dependencies in archives.
Uses dependencies to modify the OID used in sorting TOC
entries. This will NOT handle multi-level dependencies,
but will manage simple relationships like UDTs & their functions.
- Treat OIDs with more respect (avoid using ints, use macros
for conversion & comparison).
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc G. Fournier | 2001-04-01 19:15:38 | pgsql/ /configure /configure.in hangeLogs/Chan ... |
| Previous Message | Bruce Momjian - CVS | 2001-04-01 01:00:06 | pgsql/doc TODO |