Re: [GENERAL] Creating DB with pass, but pass not required to connect

2004-11-09 Thread Tom Lane
"Pablo Gosse" <[EMAIL PROTECTED]> writes: > However, when I connect to this database via a php script, I can enter > any valid database user, and I can enter anything for the password (or > leave it blank), and I'm still able to connect. Sounds like you don't have pg_hba.conf configured to demand

[GENERAL] Creating DB with pass, but pass not required to connect

2004-11-09 Thread Pablo Gosse
Hi folks. I'm creating a database using the following command: createdb -U pablo -W pablotest1 I'm prompted to enter the password to create the DB, and after doing so the db is created successfully. However, when I connect to this database via a php script, I can enter any valid database user,