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