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

Поиск
Список
Период
Сортировка
От
Тема Re: I "might" have found a bug on 8.2.1 win32
Дата
Msg-id 1170365313.6941.225.camel@sakai.localdomain
обсуждение исходный текст
Ответ на Re: I "might" have found a bug on 8.2.1 win32  ("Dave Page" <dpage@postgresql.org>)
Ответы Re: I "might" have found a bug on 8.2.1 win32  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year