Patch to be verbose about being unable to read ~/.pgpasss... - Mailing list pgsql-patches

From Sean Chittenden
Subject Patch to be verbose about being unable to read ~/.pgpasss...
Date
Msg-id 20030620000357.GA43470@perrin.int.nxad.com
Whole thread Raw
Responses Re: Patch to be verbose about being unable to read ~/.pgpasss...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Patch to be verbose about being unable to read  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Howdy.  Quick chump patch: if libpq finds a ~/.pgpass but can't stat
it, print something to stderr letting the user know.  If someone went
out of their way to put a .pgpass file in place, if they can't read
it, it seems worth while to alert them to the fact that it's not being
used (ex: root creates a .pgpass file but forgets to chown it).

-sc

--
Sean Chittenden

Attachment

pgsql-patches by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: pg_hba.conf.sample
Next
From: Tom Lane
Date:
Subject: Re: Patch to be verbose about being unable to read ~/.pgpasss...