Re: WIP: generalized index constraints - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: WIP: generalized index constraints
Date
Msg-id 4A534551.4050902@sigaev.ru
Whole thread Raw
In response to WIP: generalized index constraints  (Jeff Davis <pgsql@j-davis.com>)
List 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@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Bill Moran
Date:
Subject: Re: New types for transparent encryption
Next
From: Teodor Sigaev
Date:
Subject: Re: Merge Append Patch merged up to 85devel