what are those 3 passwords for ?

From: "arnuld uttre" <arnuld(dot)mizong(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: what are those 3 passwords for ?
Date: 2008-10-13 11:12:04
Message-ID: 3a97b5b90810130412p38f180f8jfdaa751606f46cb7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I see postgres has 3 password mechanism:

'createuser -d -P arnuld' -- which will ask for the password
according to P flag used here.
'createuser -d -P -W arnuld' -- which will ask for the 2 passwords
belonging to P and W flags.
It does not matter
whether both passwords are same or different.
because it always
creates the user successfuly.

createdb --owner arnuld -W arnuldforum -- one password asked because
of W flag.

Now I want to ask , when you pass the username and password to some
forum software like phpbb3, which password you will pass when you can
pass only one ?

--
http://uttre.wordpress.com/2008/05/14/the-lost-love-of-mine/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message arnuld uttre 2008-10-13 11:32:17 DB and Unicode problem (was: user and DB confusion)
Previous Message Pavel Stehule 2008-10-13 11:04:40 Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?