Re: I "might" have found a bug on 8.2.1 win32 - Mailing list pgsql-general

From
Subject Re: I "might" have found a bug on 8.2.1 win32
Date
Msg-id 1170365313.6941.225.camel@sakai.localdomain
Whole thread Raw
In response to Re: I "might" have found a bug on 8.2.1 win32  ("Dave Page" <dpage@postgresql.org>)
Responses Re: I "might" have found a bug on 8.2.1 win32  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> Is there a way to tell the libpq connect function not to use a pgpass 
> file? 

No, as Tom already said.

I think you could effectively disable the pgpass file (for a given application) if the application always requires an explicit, non-blank password from the user.

libpq won't use .pgpass if the connection string passed to PQconnectdb() (or whatever connection function you happen to be using) includes a "password=foo" clause, right?


            -- Korry

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year
Next
From: Tom Lane
Date:
Subject: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year