[postgis-users] How best to create and use associative array type in Postgres?
Shaozhong SHI
shishaozhong at gmail.com
Wed Jan 5 10:30:07 PST 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20220105/6909cc9f/attachment.html>
More information about the postgis-users
mailing list