How does one impolement lists, or arrays, pin pl/pgsql ?

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема How does one impolement lists, or arrays, pin pl/pgsql ?
Дата
Msg-id D7FF158337303A419CF4A183F48302D602CCA45E@hdsmsx411.amr.corp.intel.com
обсуждение исходный текст
Ответы Re: How does one impolement lists, or arrays, pin pl/pgsql ?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-general

How does one implement a simple, general purpose, assignable array (or list) in pl/pgsql?  From what I’ve found/read, it appears that you can declare static, read-only arrays.  I’m guessing (and please correct if I’m wrong), PG does not support modifyable arrays.  Rather, one might consider defining a temporary table and using sql to insert/select to/from it.  True?

 

 

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

Предыдущее
От: Martin Langhoff
Дата:
Сообщение: Re: LC_CTYPE and matching accented chars
Следующее
От: Bjorn Boulder
Дата:
Сообщение: [pgsql] Simple backup utility like mysqldump?