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?
Список 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 по дате отправления: