Re: issues with psql after upgrade

From: Isabella Ghiurea <isabella(dot)ghiurea(at)nrc-cnrc(dot)gc(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org, Vladimir Rusinov <vladimir(at)greenmice(dot)info>
Subject: Re: issues with psql after upgrade
Date: 2009-02-26 17:25:10
Message-ID: 49A6D076.5000502@nrc-cnrc.gc.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Tom,
As per your advise I removed the old PG 8.3.6 installation and run again
configure and compiled the pg src.
here is my configure settings , mentioned the psql behavior have not
changed , I''m still not able to use history line from readline.
./configure --prefix=/opt/pgsql/ --with-includes=/usr/include/
--with-libs=/usr/include/readline/
make all
make install

thank you
Isabell
a

Tom Lane wrote:
>
> Isabella Ghiurea <isabella(dot)ghiurea(at)nrc-cnrc(dot)gc(dot)ca> writes:
> > My concern is after a PG upgrade to 8.3.6 the psql behavior has been
> > changed : can't use history line anymore .
>
> Apparently you failed to build it with readline support. The correct
> response is to fix that; no amount of fooling with psqlrc files will
> help.
>
> regards, tom lane
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Whitney 2009-02-26 18:17:02 max_connections from database
Previous Message Scott Marlowe 2009-02-26 17:18:00 Re: Question to transaction ID wraparound