partial indexes (indices) PostgreSQL 6.3.2 / 6.5.1 - Mailing list pgsql-sql

From Daniel Péder
Subject partial indexes (indices) PostgreSQL 6.3.2 / 6.5.1
Date
Msg-id 01BF053C.2E0ACE60@Dan
Whole thread Raw
List pgsql-sql
I need to use partial indexes

are they implemented in versions 6.3.2 / 6.5.1 ?
if they are, what's the syntax

example:
table:
grp ... name
A ... john
A ... george
B ... susan
B ... mary

how to create partial index to have seperately indexed groups A and B eg grp='B'

===
what it should be good for ?

I have large table wich is usualy beeng looked up by simple groups. So I need to save resources having the groups
"pre-selected".And, however, sometimes beeing able to lookup the whole table.
 

dan



pgsql-sql by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [SQL] Date type select
Next
From: "Hutton, Rob"
Date:
Subject: RE: [SQL] Re: [INTERFACES] JDBC and getting just assigned serial number