Re: Re: [GENERAL] Bug with ALTER TABLE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [GENERAL] Bug with ALTER TABLE
Дата
Msg-id 4882.997306890@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Bug with ALTER TABLE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I an confirm this is a bug.  The line:

Presumably, ALTER RENAME is forgetting to rename the ON SELECT rule
associated with the view.  The actual use of the rule is driven by
OID-based lookups and isn't affected, but I bet that psql tries to
look up the rule by name.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OID wraparound: summary and proposal
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: To be 7.1.3 or not to be 7.1.3?