Re: WIP: generalized index constraints

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: generalized index constraints
Date: 2009-07-07 12:53:37
Message-ID: 4A534551.4050902@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> 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: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Atsushi Ogawa 2009-07-07 13:03:11 Re: Reduce the memcpy call from SearchCatCache
Previous Message Bill Moran 2009-07-07 12:52:17 Re: New types for transparent encryption