Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM
Дата
Msg-id 16324.1031318235@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM  (Rod Taylor <rbt@zort.ca>)
Ответы Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM  (Rod Taylor <rbt@zort.ca>)
Список pgsql-bugs
Rod Taylor <rbt@zort.ca> writes:
> Indeed.  At the INNER JOIN it would appear that an alias is applied to
> the columns of a given table.
> ...
> The real trick is to make INNER JOINS less greedy in their requirements
> based on the columns that are actually used.

What surprised me about this report was not that the JOIN syntax exposed
a dependency on column c, but that the non-JOIN syntax didn't.  There
shouldn't be any semantic difference AFAIR, so it seems to me that at
least one of these behaviors needs to be fixed.

I am not sure that it's practical to remove the dependency as Tim is
hoping for...

            regards, tom lane

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM