Re: using schema-qualified names in INSERTs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: using schema-qualified names in INSERTs
Дата
Msg-id 2530.1139851723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: using schema-qualified names in INSERTs  ("John D. Burger" <john@mitre.org>)
Список pgsql-general
"John D. Burger" <john@mitre.org> writes:
> I sometimes have trouble understanding the edicts of the wise ones -
> anyone know what the rationale for this is?

I'm not sure whether the SQL spec authors foresaw this (or maybe even
have added it themselves in SQL2003), but the main reason why not allow
table-qualification of INSERT and UPDATE targets is that qualification
in this context should mean sub-fields of composite-type columns.  We
do support the latter, since 8.0 I think.  If we tried to support both
we'd have ambiguity problems.

            regards, tom lane

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

Предыдущее
От: alexandre - aldeia digital
Дата:
Сообщение: differences between pg_dump and pg_restore with -t
Следующее
От: William Leite Araújo
Дата:
Сообщение: type int2vector