Unique indicies - Mailing list pgsql-general

From Naz Gassiep
Subject Unique indicies
Date
Msg-id 47BEB7BC.9030008@mira.net
Whole thread Raw
Responses Re: Unique indicies
Re: Unique indicies
List pgsql-general
If you have an index like this:

CREATE UNIQUE INDEX foo ON tablename (f1, f2);

Is there any value in having independent indicies on f1 and f2 as well
or are they unnecessary?

Thanks
- Naz.

pgsql-general by date:

Previous
From: Howard Wilkinson
Date:
Subject: Re: Querying the schema for column widths - what syntax do I use?
Next
From: Stephen Davies
Date:
Subject: Re: ts_headline