> I already found that it's possible to store passwords in the file pgpass.conf
> in the %APPDATA% directory. But that file isn't stored in that location. In
> fact it doesn't exist in my disk. I already checked the "Store password"
Filipe,
You need to create that file yourself. Using the format you found in the
documentation, you can put your login information in the .pgpass file in
the user's home directory, or under windows it's under
"%APPDATA%\postgresql\pgpass.conf (where %APPDATA% refers to the
Application Data subdirectory in the user's profile)." [1]
Hope that helps!
Cheers,
-J
[1] http://developer.postgresql.org/pgdocs/postgres/libpq-pgpass.html