> after login into pgsql through a user, when i try to connect some other > database it always says that permission denied. > what do i do?
Read this about pg_hba.conf: http://www.postgresql.org/docs/7.3/static/client-authentication.html And this about DB users: http://www.postgresql.org/docs/7.3/static/user-manag.html Bye, Chris. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match