Re: [SQL] Question regarding indices

2010-09-12 Thread Lew
On 09/11/2010 08:29 AM, Steve wrote: I have a small question about the order of values in a query. Assume I have a table with the following fields: uid INT, data BIGINT, hits INT And an unique index on (uid, data). I use libpq C API to query data from the table. The query is something

Re: [SQL] Question regarding indices

2010-09-12 Thread Steve
Original-Nachricht Datum: Sat, 11 Sep 2010 11:08:00 -0400 Von: Lew no...@lewscanon.com An: pgsql-sql@postgresql.org Betreff: Re: [SQL] Question regarding indices On 09/11/2010 08:29 AM, Steve wrote: I have a small question about the order of values in a query. Assume I