pg_dump UDT/function dependency patch - Mailing list pgsql-patches

From Philip Warner
Subject pg_dump UDT/function dependency patch
Date
Msg-id 3.0.5.32.20010401004531.00c684f0@mail.rhyme.com.au
Whole thread Raw
Responses Re: pg_dump UDT/function dependency patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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).

----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|
                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/

Attachment

pgsql-patches by date:

Previous
From: Justin Clift
Date:
Subject: Modulo bug patch for 7.0.3
Next
From: Tom Lane
Date:
Subject: Re: pg_dump UDT/function dependency patch