pg_dump UDT/function dependency patch

Поиск
Список
Период
Сортировка
От Philip Warner
Тема pg_dump UDT/function dependency patch
Дата
Msg-id 3.0.5.32.20010401004531.00c684f0@mail.rhyme.com.au
обсуждение исходный текст
Ответы Re: pg_dump UDT/function dependency patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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   |/

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Justin Clift
Дата:
Сообщение: Modulo bug patch for 7.0.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump UDT/function dependency patch