Salut!
J'ai récemment installé postgresql 7.4
J'ai créé un user "sydney" comme suit:
postgres@deuxrois:~> createuser sydney
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) n
CREATE USER
postgres@deuxrois:~>
Après cela, je voudrais créer une db cyborg en tant qu'utilisateur sydney:
postgres@hal:~> createdb -U sydney cyborg
Mais j'obtient un echec d'authentification pour l'utilisateur sydney.
Faudrait-il me loguer en tant que sydney avant de créer la db?
Merci