None numeric exclusion constraints using GIST

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: None numeric exclusion constraints using GIST
Date: 2011-05-06 14:57:12
Message-ID: BANLkTinMW4dwjX5m88Jc5LnC8wZ-Tqqaug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-sql

I'll give it another try. :)

Is there provision for creating none numeric exclusion constraints on
GIST indexes?

From my reading of the following, ti doesn't appear to be possible:

http://www.postgresql.org/docs/9.1/static/sql-createtable.html#SQL-CREATETABLE-EXCLUDE
http://www.postgresql.org/docs/9.1/static/datatype-geometric.html
http://www.postgresql.org/docs/9.1/static/sql-createindex.html
http://www.depesz.com/index.php/2010/01/03/waiting-for-8-5-exclusion-constraints/

Is this correct?
--
Regards,
Richard Broersma Jr.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Machiel Richards 2011-05-09 07:23:32 Last autovacuum on postgresql 8.1
Previous Message gaurav machalla 2011-05-06 11:21:43 How to recover from base

Browse pgsql-sql by date

  From Date Subject
Next Message Frédéric BROUARD 2011-05-06 17:14:03 FOR EACH STATEMENT trigger ?
Previous Message Claudio Adriano Guarracino 2011-05-06 05:41:36 Re: Select and merge rows?