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

From: 梦旅人 <liubaozhu1258(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Do PostgreSQL have map and set structure(like STL in C++)?
Date: 2019-04-21 12:32:30
Message-ID: tencent_FCACD6CD3BECFEB53C430C1AD645F18FE40A@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2019-04-21 13:25:48 Re: TM format can mix encodings in to_char()
Previous Message Andrey Borodin 2019-04-21 09:05:02 Re: block-level incremental backup