From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PGPASSWORD and client tools |
Date: | 2004-08-19 06:44:50 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE34C028@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
>>>How about an environment variable that points to a .pgpass type file.
>>
>>You can do that today: point $HOME at some temp directory or other.
>>AFAIR pg_dump doesn't make any other use of $HOME ...
>>
>>>Or we could even play games with PGPASSWORD - if it names an
>existing file
>>>that satisfies the .pgpass criteria then it will be taken as the
>>>location of the .pgpass file instead of $HOME/.pgpass -
>otherwise its
>>>value will be considered to be the password itself.
>>>
>>>
>>
>>Gaack... if you want a separate variable, we can talk about that, but
>>let's not overload PGPASSWORD like that. Consider even just the
>>implications of whether libpq error messages should echo back the
>>"filename" ...
>>
>
>Yeah. as usual you're right :-)
>
>So let's go woth PGPASSFILE
How about --pwfile on the commandline, the same way initdb does it?
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2004-08-19 06:49:16 | Re: Open items |
Previous Message | Ross J. Reedstrom | 2004-08-19 06:12:16 | Re: Open items |