Re: add_missing_from breaks existing views

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add_missing_from breaks existing views
Дата
Msg-id 6825.1130342243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: add_missing_from breaks existing views  (Andrew - Supernews <andrew+nonews@supernews.com>)
Ответы Re: add_missing_from breaks existing views  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Andrew - Supernews <andrew+nonews@supernews.com> writes:
> On 2005-10-26, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Pretending it's the user's mistake isn't
>> an answer that fits down my craw very well...

> I'm not claiming it's the user's mistake. My point is that if the user
> did in fact remove add_missing_from after creating views that depend on it,
> then they have already run into a bug.

No, you're looking at this in the wrong direction.  The problem is that
the user hasn't had to do anything so far, because add_missing_from has
defaulted to true in every prior release.  So he could have been sailing
along with views written in the old style up to now, and not noticed any
problem.  We are creating the problem by changing the default behavior
... or at least, that's how it will look to people who get burnt by this.

After sleeping on it, I feel that we should probably just fix the code
(to make the problem go away going forward) and document the possible
need to turn on add_missing_from to load old dump files as an
incompatibility.  We've had worse ones.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problem with custom Gist for custom type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Increase of buffers usage count by bgwriter