Re: problemas con psql -l

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Eliana Providel <eliana(dot)providel(at)mi(dot)cl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problemas con psql -l
Date: 2006-06-01 17:25:19
Message-ID: EA80F1B9-7CF0-4B62-AA23-543169D3299C@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cha Men Hui 2006-06-01 18:43:51 Problem adding a record with vb6
Previous Message Sean Davis 2006-06-01 16:54:59 Re: Best open source tool for database design / ERDs?