using schema-qualified names in INSERTs

Поиск
Список
Период
Сортировка
От Frank Church
Тема using schema-qualified names in INSERTs
Дата
Msg-id 1139837611.43f08aab0eda1@webmail.adontendev.net
обсуждение исходный текст
Ответы Re: using schema-qualified names in INSERTs  (Martijn van Oosterhout <kleptog@svana.org>)
Re: using schema-qualified names in INSERTs  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Does PostgreSQL support INSERT syntax of this kind -

insert into table (table.col1, table.col2, table.col3) values('one', 'two',
'three')?

Trying it out generates an error. It works when the 'table' bit is removed from
the column names.

F Church


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

Предыдущее
От: Sergey Karin
Дата:
Сообщение: PG and Tivoli Data Protection
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: using schema-qualified names in INSERTs