Re: mingw cross-compiling libpq.dll+ssl on Debian

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: mingw cross-compiling libpq.dll+ssl on Debian
Дата
Msg-id 200611102320.40806.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: mingw cross-compiling libpq.dll+ssl on Debian  (Tomasz Myrta <jasiek@klaster.net>)
Список pgsql-ports
Tomasz Myrta wrote:
> The INSTALL file from openssl contains list of supported cyphers:
> bf, cast, des, dh, dsa, hmac, md2, md5, mdc2, rc2, rc4, rc5, rsa, sha
> I was thinking about limiting them only to necessary ones.

You don't need any if you don't want encryption.

> My database is "C" locale, all sorting is client-side, I don't need
> server and libpq messages other than English. Can I avoid using these
> 2 libraries?

NLS is only used if you enable it explicitly.  So don't do that.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tomasz Myrta
Дата:
Сообщение: Re: mingw cross-compiling libpq.dll+ssl on Debian
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: mingw cross-compiling libpq.dll+ssl on Debian