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

From Reid Thompson
Subject Re: problemas con psql -l
Date
Msg-id 447E01D9.6010707@ateb.com
Whole thread Raw
In response to problemas con psql -l  ("Eliana Providel " <eliana.providel@mi.cl>)
List pgsql-general
Eliana Providel wrote:
> Hola a todos
>
> Estoy trabajando con postgresql y tengo el siguiente problema
>
> 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"
>
> Puedo crear bases de datos y acceder a ellas sin problema
>
> Que puede ser el problema?
> estoy en Red Hat Enterprise 4
> Gracias por una pronta ayuda
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
psql -U <username> -c "\l"

or
psql -U <username> "dbname"

"dbname"# \l


pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Synchronizing tables
Next
From: Chris Browne
Date:
Subject: Re: SCSI disk: still the way to go?