Search Postgresql Archives

Re: problemas con psql -l

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

 



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



[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