How best to create and use associative array type in Postgres?

Поиск
Список
Период
Сортировка
От Shaozhong SHI
Тема How best to create and use associative array type in Postgres?
Дата
Msg-id CA+i5JwYkKoQzWBfrkCLKo7PM-bPrb7cy7jz0W74XHVmCkePqGw@mail.gmail.com
обсуждение исходный текст
Ответы Re: How best to create and use associative array type in Postgres?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
In Oracle, one can create and use associative array.  For instance,
TYPE FID_MEASURE IS TABLE OF NUMBER INDEX BY VARCHAR2(38);
NODES_WAITING FID_SET;

How best to create and use associative array type in Postgres?

Or, what is the best/most efficient equivalent in Postgres?

Regards,

David

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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Can we use sql language to create a function in Postgres?
Следующее
От: Shaozhong SHI
Дата:
Сообщение: Create and access a dictionary type