Re: Selectively Compile psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Samik Raychauhduri <samik(at)cae(dot)wisc(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Selectively Compile psql
Date: 2002-02-21 03:28:34
Message-ID: 4497.1014262114@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Samik Raychauhduri <samik(at)cae(dot)wisc(dot)edu> writes:
> I guess this question will be too easy to most of the people here,
> though I couldn't figure this out myself. I want to recompile only psql
> with the readline library. When I installed PG, GNU readline package was
> not there. Now db is running fine, and I don't want to disturb it. Can
> anybody point me to the brief steps to do this.

There is not presently any method to recompile only psql. However, you
could reinstall only psql. Try this:

cd ...postgres top directory...
./configure same-options-as-you-used-before
make
cd src/bin/psql
make install

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-02-21 03:38:01 Re: SET NULL / SET NOT NULL
Previous Message Bruce Momjian 2002-02-21 03:27:40 test