Re: pgplsql, how to save row variable to a table row

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: pgplsql, how to save row variable to a table row
Дата
Msg-id 47EA4442.8050201@iol.ie
обсуждение исходный текст
Ответ на Re: pgplsql, how to save row variable to a table row  (Sam Mason <sam@samason.me.uk>)
Список pgsql-general
On 26/03/2008 12:26, Sam Mason wrote:

>   INSERT INTO f2_tempfac
>     SELECT (row_tempf).*;

Does this depend on the column order in table f2_tempfac being the same
as that in the SELECT that produced row_tempf?

Or will row_tempf.foo automagically get matched with column
f2_tempfac.foo, etc?

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

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

Предыдущее
От: "Roberts, Jon"
Дата:
Сообщение: Re: select any table
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: pgplsql, how to save row variable to a table row