[GENERAL] How do I insert and update into a table of arrays of composite typesvia a select command?
От | Celia McInnis |
---|---|
Тема | [GENERAL] How do I insert and update into a table of arrays of composite typesvia a select command? |
Дата | |
Msg-id | CAGD6t7+KQP_c2QhVWdi8=0juUfJUo=+ufr+8nD1qN84xhYYB6A@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: [GENERAL] How do I insert and update into a table of arrays of composite types via a select command?
|
Список | pgsql-general |
I have a composite type like this, for example:
create type mytype(a text, b text, c text);('h'.'i'.'j')
('k','l','m')
{('a','b','c')}
{('h','i','j')}
{('k','l','m')}
{('k','l','m')}
{('a','b','c')}
{('d','e','f')}
{('h','i','j')}
{('k','l','m')}
{('a','b','c'),('h','i','j')}
{('d','e','f'),('h','i','j'),('k','l','m')}
В списке pgsql-general по дате отправления: