Toni Casueps wrote:
Is this possible? It want to avoid the need for two passwords, one for
login and another one for the database.
The user accounts and the Postgresql server are on the same machine.
See pg_hba.conf You want ident sameuser under "METHOD".
Don't forget to run
# pg_ctl reload
for your change to take effect.
brian
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match