Re: adddepend and partial indexes - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: adddepend and partial indexes
Date
Msg-id 20030617150451.GA15503@wolff.to
Whole thread Raw
In response to Re: adddepend and partial indexes  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: adddepend and partial indexes  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
On Tue, Jun 17, 2003 at 07:48:06 -0700,
  Stephan Szabo <sszabo@megazone23.bigpanda.com> wrote:
>
> AFAIK there's no such thing as a partial unique constraint so the index
> should probably just be left alone.

bruno=> create table test (col int);
CREATE TABLE
bruno=> create unique index test1 on test(col) where col < 100;
CREATE INDEX

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: full featured alter table?
Next
From: Teodor Sigaev
Date:
Subject: Re: tsearch - v2 new dict