Re: arrays of rows and dblink

Поиск
Список
Период
Сортировка
От Torsten Förtsch
Тема Re: arrays of rows and dblink
Дата
Msg-id 536147F4.3000805@gmx.net
обсуждение исходный текст
Ответ на Re: arrays of rows and dblink  (David G Johnston <david.g.johnston@gmail.com>)
Ответы Re: arrays of rows and dblink  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-general
On 30/04/14 20:19, David G Johnston wrote:
> ISTM that you have to "CREATE TYPE ..." as appropriate then
>
> ... tb ( col_alias type_created_above[] )
>
> There is only so much you can do with anonymous types (which is what the ROW
> construct creates; ROW is not a type but an expression anchor - like
> ARRAY[...]) that tells the parser how to interpret what follows.

I thought so. Do I have to create the type in both databases or only on
the receiving site?

Thanks,
Torsten


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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: arrays of rows and dblink
Следующее
От: David G Johnston
Дата:
Сообщение: Re: arrays of rows and dblink