Re: 8.0 Beta 1 // Environment Vars // .pgpass
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"efesar (the kay)" <[email protected]> writes: > The 8.0 version does not acknowledge env vars like PGPASSWORD and seems to > ignore the contents of the .pgpass file. Hmmm. Those are probably the same problem, since finding .pgpass depends on expanding the $HOME env var. But I have no idea why env vars aren't working for you ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend