Re: How to find out about zlib compression

Поиск
Список
Период
Сортировка
От Thomas Pundt
Тема Re: How to find out about zlib compression
Дата
Msg-id 200610220955.23673.mlists@rp-online.de
обсуждение исходный текст
Ответ на How to find out about zlib compression  ("Low Kian Seong" <postgresql.low@gmail.com>)
Ответы Re: How to find out about zlib compression  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
On Sunday 22 October 2006 09:43, Low Kian Seong wrote:
| It says in the postgresql 8 documentation :
|
| "If PostgreSQL was built on a system with the zlib compression library
| installed, the custom dump format will compress data as it writes it to the
| output file"
|
| My question, if we are using binaries on a rpm based system and without
| looking at the src.rpm is there a way to query the postgresql server to
| find out whether it was built against the zlib compression library ?

ldd /path/to/your/bin/postgres | grep libz

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----

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

Предыдущее
От: "Low Kian Seong"
Дата:
Сообщение: How to find out about zlib compression
Следующее
От: "Jeffrey Webster"
Дата:
Сообщение: Re: skip duplicate key error during inserts