-- System Information --Platform: Windows XPVersion:
5.1Build: 2600 Service Pack 1-- Application Information
--Name: pgAdmin IIVersion: 1.6.0Descripton: Name:
pgSchemaVersion: 1.6.0Descripton: PostgreSQL Schema Objects
v1.6.0-- Database Information --Version: 8.0.0Descripton:
PostgreSQL 8
I don't think this is a pgAdmin problem. You need to log in as a superuser
account to create a user. The superuser is usually called postgres in a
standard PostgreSQL install although any user can be made a superuser (See
ALTER USER CREATEUSER).
Try
CREATE USER ;
via psql or the sql window i