CREATE INDEX test_idx ON test USING gist (i CONSTRAINT =, c CONSTRAINT &&);which would avoid the need for updating the catalog, of course.
Hmm, looks like "index"-fied table's constrains -- Teodor Sigaev E-mail: [email protected] WWW: http://www.sigaev.ru/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
