Michelle Konzack wrote:
Hello *,

I am searching for a weired error...  Since all users are working fine,
I was now root and done a 'su - postgresql' to create a new user with

createuser --password devel.debian
Shall the new user be allowed to create databases? (y/n) n
Shall the new user be allowed to create more new users? (y/n) n
Password: CREATE USER

--password asks for YOUR password not the new one.

You need to use:

-P or --pwprompt

see createuser --help for more info.

--
Postgresql & php tutorials
http://www.designmagick.com/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to