Chris Gokey writes:

> I am trying to connect via JDBC to the database.  The database requires
> authentification in the form of userid/password.  Using psql, I 
> typed CREATE USER XXX IDENTIFIED BY YYY.  But, the postmaster is till denying
> access to the database.  How do I create userid/password to provide access?

How about create user xxx with password yyy?

-- 
Peter Eisentraut                  Sernanders v�g 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden

Reply via email to