Re: pgsql: Add an officially exported libpq function to encrypt passwords,

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add an officially exported libpq function to encrypt passwords,
Дата
Msg-id 200512231601.17668.peter_e@gmx.net
обсуждение исходный текст
Ответ на pgsql: Add an officially exported libpq function to encrypt passwords,  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Add an officially exported libpq function to encrypt passwords,  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Am Freitag, 23. Dezember 2005 02:16 schrieb Tom Lane:
> Add an officially exported libpq function to encrypt passwords, and
> modify the previous \password patch to use it instead of depending
> on a not-officially-exported function.  Per discussion.

I was working on a more-or-less identical patch (but didn't find an Internet
connection on the train until just now) but called the function
PQencryptPassword, which seems to be more in line with the other function
names.  (We tend to use lower_case_names for internal functions.)  What is
the strategy there?

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Fix for rearranging encoding id ISO-8859-5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add an officially exported libpq function to encrypt passwords,