Re: Building 7.3.2 on HP-UX w/out zlib/readline - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Building 7.3.2 on HP-UX w/out zlib/readline
Date
Msg-id 200305240153.h4O1rOJ27345@candle.pha.pa.us
Whole thread Raw
In response to Building 7.3.2 on HP-UX w/out zlib/readline  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
Ed L. wrote:
> Should I expect any problems resulting from building 7.3.2 on HP-UX 11.00
> using the --without-readline and --without-zlib?  [The build went fine and
> for the first time ever, all regression tests passed, even geometry.]

The INSTALL file explains what you are missing:

        --without-readline

            Prevents the use of the Readline library. This disables command-
            line editing and history in psql, so it is not recommended.

        --without-zlib

            Prevents the use of the Zlib library. This disables compression
            support in pg_dump. This option is only intended for those rare
            systems where this library is not available.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: PeterKorman
Date:
Subject: ALTER LANGUAGE?
Next
From: "Yudha Setiawan"
Date:
Subject: Re-Create Table make Faster.