Re: [pgadmin-support] [SQL] Grants

2006-12-02 Thread Melvin Davidson
Look at your script. Your syntax is backward. > GRANT administradores TO ezequias; Also, you must create the administradores role _BEPORE_ you grant to it/ It should be: CREATE ROLE administradores NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE; GRANT ezequias TO administradores ; That shou

[pgadmin-support] Install wxWidgets with any special parameters?

2006-12-02 Thread Cliff
Downloaded wxALL (wxWidgets-2.6.3), installed (./configure; make; make install); OK. .../pgadmin3-1.4.3 # ./configure ... checking for wx-config binary... yes checking for pgsql include files... yes checking for pgsql... yes checking for PQexec in -lpq... yes checking for SSL_connect in -lpq...