hi,
i would suggest you get used to the grant statement that is available
from psql... This will allow you to grant rights on a per table basis to
users that access the database. ???'s when will postgres get the same
functionality for browser to database access as mysql??? sort of
disappoint
>The ODBC code generally tends to be troublesome in my experience -- I
>had to fix some stuff there to get it through the compiler (on DEC Alpha
>and SGI, the compilers didn't like the C++ style comments and also, I had
>to change lines 64 and 94 in misc.c from "char *args;" to "va_list args;".
>I