Do PostgreSQL have map and set structure(like STL in C++)?

Поиск
Список
Период
Сортировка
От 梦旅人
Тема Do PostgreSQL have map and set structure(like STL in C++)?
Дата
Msg-id tencent_FCACD6CD3BECFEB53C430C1AD645F18FE40A@qq.com
обсуждение исходный текст
Ответы Re: Do PostgreSQL have map and set structure(like STL in C++)?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Do PostgreSQL have map and set structure(like STL in C++)?  (Andrey Borodin <x4mmm@yandex-team.ru>)
Список pgsql-hackers
Dear PostgreSQL Community:
    I want to add a feature in PostgreSQL, and I need use map structure and set structure(like STL in C++). Do PostgreSQL have realized these structures? Where can I find the functions?
    What I need in the code is just like this:
    map<char*, set<char*> >
    set<char*>
Thank you,
Liu Baozhu

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

Предыдущее
От: Andrey Borodin
Дата:
Сообщение: Re: block-level incremental backup
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: TM format can mix encodings in to_char()