Re: question about SSIS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question about SSIS
Дата
Msg-id 27128.1243190692@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: question about SSIS  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
"Joshua D. Drake" <jd@commandprompt.com> writes:
> On Fri, 2009-05-22 at 15:24 -0400, Tom Lane wrote:
>> There's no way we could implement that without a protocol change,
>> and it doesn't seem worth it to me.  The idea that the client gets
>> to choose seems like a bad idea from a security standpoint anyhow...

> Wouldn't this be solved just by having fall through authentication?

It's still a protocol change --- right now, clients have no reason
to expect that failing on the first auth challenge will lead to
another challenge of a different type, or indeed lead to anything
at all except disconnection.  I think libpq, for example, just drops
the connection on its own authority if asked for a password it can't
provide.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: do postgresql this job for me ? (firebird user)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: INTERVAL data type and libpq - what format?