Re: pg_depend

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: pg_depend
Дата
Msg-id 3.0.5.32.20010719005826.03b12100@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Re: pg_depend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: pg_depend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
>
>Wouldn't that work simply by using the oid for the column in pg_attribute
>as the primary dependency, rather than the table itself, from pg_class? So,
>the dependency chain would be:
>
>view -> attribute -> table
>
>So your examples would 'just work', I think.
>

True. We need to remember to store both sets of dependencies (used attrs as
well as the table dependency).


----------------------------------------------------------------
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-hackers по дате отправления:

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: pg_depend
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: pg_depend