Re: PostgreSQL 8.1 without readline and zlib

From: Richard Huxton <dev(at)archonet(dot)com>
To: gfnobrega(at)planae(dot)com(dot)br
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.1 without readline and zlib
Date: 2006-02-01 12:52:18
Message-ID: 43E0AF02.10509@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guido Neitzer 2006-02-01 13:07:55 Re: verifying database integrity - fsck for pg?
Previous Message Bruce Momjian 2006-02-01 12:49:52 Re: PostgreSQL 8.1 without readline and zlib