Re: pg_depend explained

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_depend explained
Дата
Msg-id 1294837502-sup-1771@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_depend explained  (Joel Jacobson <joel@gluefinance.com>)
Ответы Re: pg_depend explained  (Joel Jacobson <joel@gluefinance.com>)
Список pgsql-hackers
Excerpts from Joel Jacobson's message of mié ene 12 07:07:35 -0300 2011:

> The automatically created objects, such as primary key indexes,
> constraints and triggers, have been ignored in this graph, as they are
> implicitly created when creating the "base objects".

FWIW this idea fails when you consider stuff such as circular foreign
keys (and I suppose there are other, more common cases).  If you really
want something general you need to break those apart.  (This is the
explanation for the “break the loop” code in pg_dump I imagine)

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Dan Ports
Дата:
Сообщение: Re: SSI and 2PC
Следующее
От: Alexey Klyukin
Дата:
Сообщение: Re: arrays as pl/perl input arguments [PATCH]