Re: insert statements

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: insert statements
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961D88@m0114.s-mxs.net
обсуждение исходный текст
Ответ на insert statements  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
>>
>> I'd want it to error out on "INSERT foo (bar.col)", though ;-)
>>
>
> And on "INSERT foo (bar.foo.col)" as well.

Why accept above at all ? Seems much too error prone, I would eighter
accept table with schema or without schema, mixing both cases seems
unnecessarily confusing and error prone to me.

If at all, I would allow:
INSERT bar.foo (bar.foo.col)
INSERT foo (foo.col)

Would that be enough for the initial problem case ?

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres is not using tas
Следующее
От: "Luis Alberto Amigo Navarro"
Дата:
Сообщение: Re: postgres is not using tas