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