> Hi,
> Does anyone know how the win32 server checks if the user is
> non priveleged? Does it just check if the user is in the
> admin or power user group?
Yes and yes. See
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/
security.c?rev=1.9
//Magnus