Re: PSQL \x \l command issues

Doug McNaught <doug@wireboard.com>

From: Doug McNaught <doug@wireboard.com>
To: Shad <shad@okcmobiletech.com>
Cc: pgsql-hackers@postgresql.org
Date: 2002-04-26T13:38:55Z
Lists: pgsql-hackers
Shad <shad@okcmobiletech.com> writes:

> I just recently upgraded from 7.0.x to 7.2.1.  I installed from
> postgresql-7.2.1-2PGDG.i386.rpm on a Linux Redhat 7.1 system.  I was
> able to resolve most dependancies, except for it telling me that I
> needed libreadline.so.4, which " ldconfig -p|grep readline" showed me I
> already had, so forced a --nodeps on it.
> Here's a self explanitory paste of what happens when I use \x  or \l in
> PSQL

It looks like you may still have some of the old installation
around--what does "select version();" tell you?

-Doug