ALEXANDER JOSE <aangelj(at)hotmail(dot)com> wrote:
> As I can block a database so users can not connect without
> affecting the other databases.
You probably want to use the pg_hba.conf file:
http://www.postgresql.org/docs/8.4/interactive/auth-pg-hba-conf.html
-Kevin