AW: SourceForge & Postgres - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: SourceForge & Postgres
Date
Msg-id 11C1E6749A55D411A9670001FA687963368172@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> I have an index on group_id, one on
> (group_id,status_id) and one on (group_id,status_id,assigned_to) 

As an aside notice: you should definitely only need the last of the
three indices, since it can perfectly work on group_id
or group_id + status_id only restrictions.

Andreas


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: (one more time) Patches with vacuum fixes available .
Next
From: mlw
Date:
Subject: Re: SourceForge & Postgres