order by not working ocrectly in 01/19/01 snapshot?

From: "Mike Sears" <mike(at)neutrinostudios(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: order by not working ocrectly in 01/19/01 snapshot?
Date: 2001-01-22 20:32:39
Message-ID: 002b01c084b2$77385700$1600000a@domain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm curently using the jan 19 snapshot and every thing works great till I try to order by a specific column in php.

$thread_result = pg_exec($db, "SELECT thread FROM $main_db ORDER BY thread;");

any sugestions as to what might be the problem?

Mike

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Mount 2001-01-22 20:40:53 Re: postgres memory management
Previous Message Martin A. Marques 2001-01-22 20:31:08 Re: is PG able to handle a >500 GB Database?