Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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/



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group