Re: problemas con psql -l

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: problemas con psql -l
Дата
Msg-id EA80F1B9-7CF0-4B62-AA23-543169D3299C@pgedit.com
обсуждение исходный текст
Ответ на problemas con psql -l  ("Eliana Providel " <eliana.providel@mi.cl>)
Список 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 по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Best open source tool for database design / ERDs?
Следующее
От: Cha Men Hui
Дата:
Сообщение: Problem adding a record with vb6