"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
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,