Re: recompiling to use gnu readline?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Perrin <aperrin(at)socrates(dot)berkeley(dot)edu>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: recompiling to use gnu readline?
Date: 2001-03-10 23:01:44
Message-ID: Pine.LNX.4.30.0103110000210.759-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Andrew Perrin writes:

> I inadvertantly compiled pg 7.0.3 without gnu readline installed, so I now
> don't have access to lots of the nice command-line utilities it would have
> conveyed. Is there any way to add in the functionality now, or do I need
> to recompile?

Need to recompile.

> If I need to recompile, how can I do so without wiping out
> existing data?

Just don't wipe it out. You can use the new executable with existing
data. In fact you only need to recompile psql (src/bin/psql) after
re-configuring, not the postmaster.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Perrin 2001-03-11 20:38:13 PL/PgSQL and NULL
Previous Message Andrew Perrin 2001-03-10 22:02:16 recompiling to use gnu readline?