Re: I "might" have found a bug on 8.2.1 win32

From: <korryd(at)enterprisedb(dot)com>
To: "Dave Page" <dpage(at)postgresql(dot)org>
Cc: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>, <Pgsql-general(at)postgresql(dot)org>
Subject: Re: I "might" have found a bug on 8.2.1 win32
Date: 2007-02-01 21:28:33
Message-ID: 1170365313.6941.225.camel@sakai.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-02-01 21:53:26 Re: I "might" have found a bug on 8.2.1 win32
Previous Message Tom Lane 2007-02-01 21:16:13 Re: I "might" have found a bug on 8.2.1 win32