Re: [BUGS] More SSL questions..
Andrew Dunstan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Tom Lane wrote: >"Andrew Dunstan" <[email protected]> writes: > > >>Excellent. I would suggest that we allow an environment variable PGHOME to >>override this on all platforms, falling back to the above on Windows and >>HOME elsewhere. >> >> > >Given that this code is mainly used to find security-critical files >(.pgpass and SSL certificates), I'm not sure that an override is a good >idea. I'm not dead set against it though --- any other opinions out >there? > > > > If that's a valid concern (and it might well be) then we shouldn't rely on any environment variable, including HOME - on Unix at least one could use getpwent() and friends. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend