Re: Testing 9.2 in ~production environment - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Testing 9.2 in ~production environment
Date
Msg-id 4FE204500200002500048844@gw.wicourts.gov
Whole thread Raw
In response to Re: Testing 9.2 in ~production environment  (James Cloos <cloos@jhcloos.com>)
List pgsql-hackers
James Cloos <cloos@jhcloos.com> wrote:
>    create index mb_name_own_idx on mb ( lower(name), ownerid );
>   WHERE lower(name) = lower('foo@bar') AND ownerid=7;
If you expect to be using an equality test on ownerid, you should
put that first in the index.
BTW, this is starting to sound more like something for the
pgsql-performance list than the pgsql-hackers list.
-Kevin


pgsql-hackers by date:

Previous
From: James Cloos
Date:
Subject: Re: Testing 9.2 in ~production environment
Next
From: Florian Pflug
Date:
Subject: Re: libpq compression