Re: [GENERAL] jdbc access

2000-03-13 Thread Peter Eisentraut
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/passwo

Re: [GENERAL] jdbc access

2000-03-13 Thread Peter Eisentraut
Chris Gokey writes: > Funny though, I can't figure out what the purpose of CREATE USER from > the psql prompt is used for anymore? It seems all user creation is done > from the unix prompt. Actually createuser is a script that essentially calls psql -c "CREATE USER ...". -- Peter Eisentrau