Re: readline help

From: Cédric Dufour (Cogito Ergo Soft) <cedric(dot)dufour(at)cogito-ergo-soft(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: readline help
Date: 2002-11-13 20:36:13
Message-ID: NDBBIFNBODNADCAOFDOAGEDLCEAA.cedric.dufour@cogito-ergo-soft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Richard Huxton
> Sent: Wednesday, November 13, 2002 20:18
> To: Williams, Travis L, NPONS; pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] readline help
>
>
> On Wednesday 13 Nov 2002 5:49 pm, Williams, Travis L, NPONS wrote:
> > I know that this has been talked about to death.. but I'm assuming I
> > installed postgres without readline because I don't have any
> histroy type
> > stuff is psql.. how hard is this to fix? The DB isn't in production yet
> > and I'd rather fix it before it goes.. Is there anything I can
> do to make
> > psql any friendlier?
>
> Assuming you're on a linux system, just make sure you've got the
> readline /
> readline-dev packages installed and ./configure again, make - PG
> should pick
> it up.

Well, make sure you have the readline *AND* the ncurse development package
installed !!! I spent an entire evening trying to figure out why I couldn't
get the readline support in PSQL until I discovered - through poking in the
configuration script itself - that you also need the ncurse developement
package (there are one or two alternative to ncurse, but I don't remember
which).

Hope this helps ;-)

>
> You might want to setup phpPgAdmin (apache+php) or pgadmin
> (windows) clients -
> gives you a non-command line view of your databases.
>
> --
> Richard Huxton
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Schindler 2002-11-13 21:03:58 RI_FKey_check: foreign key constraint blocks parallel independent inserts
Previous Message Stephan Szabo 2002-11-13 20:19:54 Re: error: lost syncronization with server