[postgis-users] Who is Using PostGIS?

Paul Ramsey pramsey at refractions.net
Mon Mar 8 08:57:41 PST 2004


Charlton Purvis wrote:

> Would like to have multi-type composite keys (e.g. gid + btree).

This is (relatively) easy to do, since it involves applying existing 
btree GiST code to all the types you want composite indexes with. 
Basically no rocket science, just lots and lots of code (bindings for 
every desired type... there are a lot of types).

You could test it out by using the types that have already been bound in 
contrib/btree and seeing if the results are what you want.

P.

-- 
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey at refractions.net
      | Phone: (250) 885-0632
      \_




More information about the postgis-users mailing list