| От | Richard Huxton |
|---|---|
| Тема | Re: PostgreSQL 8.1 without readline and zlib |
| Дата | |
| Msg-id | 43E0AF02.10509@archonet.com обсуждение исходный текст |
| Ответ на | PostgreSQL 8.1 without readline and zlib ("gfnobrega" <gfnobrega@planae.com.br>) |
| Список | pgsql-general |
gfnobrega wrote: > Hi, list! > > > > Exist some negative performance impact in compiling postgresql without libs > readline and zlib? I was compiling in a HP PA-RISC with HP AnsiC compiler. http://www.postgresql.org/docs/8.1/static/install-procedure.html --without-readline Prevents use of the Readline library. This disables command-line editing and history in psql, so it is not recommended. --without-zlib Prevents use of the Zlib library. This disables support for compressed archives in pg_dump and pg_restore. This option is only intended for those rare systems where this library is not available. You can get by without readline without too much trouble, but I'd be less willing to lose compressed archives. HTH -- Richard Huxton Archonet Ltd
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера