GiST Indexing

From: "Eric Redmond" <redmonde(at)purdue(dot)edu>
To: "'PostgreSQL Development'" <pgsql-hackers(at)postgresql(dot)org>
Subject: GiST Indexing
Date: 2002-07-17 19:32:43
Message-ID: 000301c22dc8$b91649f0$25050a80@ad.cs.purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Could anyone familiar with the pg version of GiST tell me if the
framework allows entries in the tree as non-uniform sizes (in other
words, variable-length keys)? I want to write an extension for a
TV-tree, but this is an essential component.
Thanks;
Eric Redmond

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-07-17 19:57:56 Re: error codes
Previous Message Peter Eisentraut 2002-07-17 18:45:36 Re: Spec on pg_cast table/CREATE CAST command