Re: ALTER TABLE RENAME fix

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE RENAME fix
Дата
Msg-id 29681.1005615171@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ALTER TABLE RENAME fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Good question.  Several people thought attno was the way to go and it
> seemed more natural because almost everything else goes by attno and not
> name.

Since the primary key for pg_attribute is reloid+attnum, it would seem
that that's an appropriate representation for RI trigger links too.

But Hiroshi's got a point: we have a whole set of issues with tracking
object dependencies, and it probably makes sense to think about how we
are going to deal with those issues before we fool around with changing
the representation of RI triggers.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Possible patch to remove "triggered data change" support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch to add Heimdal kerberos support