Re:
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Oleg Bartunov <oleg@sai.msu.su>
Cc: vmikheev@SECTORBASE.COM, Hackers List <pgsql-hackers@postgresql.org>
Date: 2000-12-09T15:45:33Z
Lists: pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes: > btw, is there a restriction to length of key in GiST in 7.1 ? Index tuples still have to fit in a block --- no TOAST table for an index (yet). I think we can compress index datums in-line though; at least that should work in principle. regards, tom lane