Do PostgreSQL have map and set structure(like STL in C++)? - Mailing list pgsql-hackers

From 梦旅人
Subject Do PostgreSQL have map and set structure(like STL in C++)?
Date
Msg-id tencent_FCACD6CD3BECFEB53C430C1AD645F18FE40A@qq.com
Whole thread Raw
Responses Re: Do PostgreSQL have map and set structure(like STL in C++)?
Re: Do PostgreSQL have map and set structure(like STL in C++)?
List 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 by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: block-level incremental backup
Next
From: Andrew Dunstan
Date:
Subject: Re: TM format can mix encodings in to_char()