From: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
---|---|
To: | pgsql-patches(at)postgreSQL(dot)org |
Subject: | pg_dump UDT/function dependency patch |
Date: | 2001-03-31 14:45:31 |
Message-ID: | 3.0.5.32.20010401004531.00c684f0@mail.rhyme.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch to put rudimentary dependency support into pg_dump. This addresses
the UDT/function order problem. Unfortunately, this is not a small patch so
I would prefer some debate about whether it should be applied 7.1.
* - Rudimentary support for dependencies in archives. Current
implementation
* 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).
Attachment | Content-Type | Size |
---|---|---|
pg_dump_1500_patch.gz | application/octet-stream | 5.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-04-01 01:22:56 | Re: pg_dump UDT/function dependency patch |
Previous Message | Fred Yankowski | 2001-03-30 18:09:36 | patch for minor Win32 makefile bug |