Re: recompiling to use gnu readline? - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: recompiling to use gnu readline?
Date
Msg-id Pine.LNX.4.30.0103110000210.759-100000@peter.localdomain
Whole thread Raw
In response to recompiling to use gnu readline?  (Andrew Perrin <aperrin@socrates.berkeley.edu>)
List 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@gmx.net       http://yi.org/peter-e/



pgsql-sql by date:

Previous
From: Andrew Perrin
Date:
Subject: recompiling to use gnu readline?
Next
From: Andrew Perrin
Date:
Subject: PL/PgSQL and NULL