Search Postgresql Archives

Re: problemas con psql -l

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux