Re: insert statements

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: insert statements
Дата
Msg-id 3C961CAF.9F555624@redhat.com
обсуждение исходный текст
Ответ на Re: insert statements  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
Tom Lane wrote:
> 
> I'd want it to error out on "INSERT foo (bar.col)", though ;-)
> 

And on "INSERT foo (bar.foo.col)" as well.

This means we will have to take this check down to the analyze
phase (where the schema where foo is located is finally known,
if it was not specified explicitly).

We could easily take "INSERT bar.foo (bar.foo.col)" but the
above one is trouble.

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Re: insert statements
Следующее
От: Fernando Nasser
Дата:
Сообщение: Re: insert statements