Hi all, For some tables I created with shp2pgsql, I have to use double quotations around all non-geom table columns in SQL, e.g., SELECT "ID" FROM sometable; If I do: SELECT ID FROM sometable; It will say: column "id" does not exist. Thanks, _cyw_