From: | Marcos Ortiz Valmaseda <mlortiz(at)estudiantes(dot)uci(dot)cu> |
---|---|
To: | Marron Mari <mari259(at)yahoo(dot)com> |
Cc: | PosgreSQL <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Consola |
Date: | 2008-12-08 10:33:51 |
Message-ID: | 21127637.1385171228732431863.JavaMail.root@zimbra2.uci.cu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Puedes conectarte al host determinado con el psql:
psql -h IP_host -U user -p port
y luego dentro del mismo, puedes ejecutar: select * from pg_database;
datname | datdba | encoding | datistemplate | datallowconn | datconnlimit | datlastsysoid | datfrozenxid | dattablespace | datconfig | datacl
-----------+--------+----------+---------------+--------------+--------------+---------------+--------------+---------------+-----------+-------------------------------------
template1 | 10 | 6 | t | t | -1 | 11510 | 379 | 1663 | | {=c/postgres,postgres=CTc/postgres}
template0 | 10 | 6 | t | f | -1 | 11510 | 379 | 1663 | | {=c/postgres,postgres=CTc/postgres}
postgres | 10 | 6 | f | t | -1 | 11510 | 379 | 1663 | |
peste | 16384 | 6 | f | t | -1 | 11510 | 379 | 1663 | |
(4 filas)
postgres=#
Saludos
----- Mensaje original -----
De: "Marron Mari" <mari259(at)yahoo(dot)com>
Para: "PosgreSQL" <pgsql-es-ayuda(at)postgresql(dot)org>
Enviados: Lunes, 8 de Diciembre de 2008 10:40:18 (GMT-0500) Auto-Detected
Asunto: [pgsql-es-ayuda] Consola
Hola y buenos días a todos:
Necesito me digan si hay algún comando para poder listar todas las bases de datos que existan en un host.
Gracias
¡Todo sobre Amor y Sexo!
La guía completa para tu vida en Mujer de Hoy:
http://mujerdehoy.telemundo.yahoo.com/
--
""A mí Windows nunca se me ha colgado"
"
Pinocho ..
Marcos Ortiz Valmaseda
Linux User # 418229
Debian && OpenSUSE proud user
From | Date | Subject | |
---|---|---|---|
Next Message | Gilberto Castillo Martínez | 2008-12-08 13:36:48 | Re: Lineas de comando en linux para respaldar y restaurar en postgres |
Previous Message | Marcos Ortiz Valmaseda | 2008-12-08 10:05:15 | Re: RE: Funciòn que devuelve un refcursor |