[ADMIN] denying created users on postgres

1999-01-14 Thread dreamwvr
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

Re: [ADMIN] pgsql 6.4.2 build error

1999-01-14 Thread Vincent RUIZ
>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