This is a discussion on scripts and ~/.psqlrc within the pgsql Admins forums, part of the PostgreSQL category; --> Hello I want to write some scripts which could connect to databse and work in background. I want to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I want to write some scripts which could connect to databse and work in background. I want to avoid situation in which i have to manually/interactively give appriopriate password everytime i query database. How can i do it in most easily way ? I found that there is ~/.psqlrc file which could be used as configuration file for user. Can i put there databsename, hostname, username and most important: password ?, so i could connect to my database only by typing: #psql Thanx Michal ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| teknet@poczta.onet.pl wrote: > I found that there is ~/.psqlrc file which could be used as > configuration file for user. Can i put there databsename, hostname, > username and most important: password ?, so i could connect to my > database only by typing: #psql The file you are looking for is ".pgpass". -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |