Re: problemas con psql -l - Mailing list pgsql-general

From John DeSoi
Subject Re: problemas con psql -l
Date
Msg-id EA80F1B9-7CF0-4B62-AA23-543169D3299C@pgedit.com
Whole thread Raw
In response to problemas con psql -l  ("Eliana Providel " <eliana.providel@mi.cl>)
List pgsql-general
On May 31, 2006, at 3:32 PM, Eliana Providel wrote:

> cuando intento listar todas las bases de datos existentes con "psql
> -l"
>  me sale el siguiente error:
> ERROR:  no existe la relación "pg_catalog.pg_user"


I think you must be using a PostgreSQL server version 8.1 with an
older version of psql (e.g. 8.0 or older).

Check the psql version from the command line:

psql --version

and then connect to the database and execute:

select version();



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: Sean Davis
Date:
Subject: Re: Best open source tool for database design / ERDs?
Next
From: Cha Men Hui
Date:
Subject: Problem adding a record with vb6