what are those 3 passwords for ? - Mailing list pgsql-general

From arnuld uttre
Subject what are those 3 passwords for ?
Date
Msg-id 3a97b5b90810130412p38f180f8jfdaa751606f46cb7@mail.gmail.com
Whole thread Raw
Responses Re: what are those 3 passwords for ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: what are those 3 passwords for ?  (Bill Moran <wmoran@collaborativefusion.com>)
List 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/

pgsql-general by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?
Next
From: "arnuld uttre"
Date:
Subject: DB and Unicode problem (was: user and DB confusion)