Re: Bug or Feature? Subquery issue.

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Bug or Feature? Subquery issue.
Дата
Msg-id 200310212025.47341.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Bug or Feature? Subquery issue.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom,

> This is absolutely NOT an error.  iddomain in the subquery is a
> legitimate outer reference, if it's not otherwise known in the subquery.
> There is no clause in the SQL spec that says that outer references are
> invisible in any context ... even if it means you just deleted your
> whole table, which is what I think will happen here...

Yup, that's what happened.

Wasn't sure.    We're OK then.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug or Feature? Subquery issue.
Следующее
От: "Christopher Travers"
Дата:
Сообщение: BUG: PLPGSQL function causes PgSQL process to die when inserting into a view