Re: Listing databases
Alvaro Herrera <alvherre@dcc.uchile.cl>
From: Alvaro Herrera <alvherre@dcc.uchile.cl>
To: Doug Hall <doug_hall@aidt.edu>
Cc: pgsql-general@postgresql.org
Date: 2004-05-05T21:58:23Z
Lists: pgsql-general
On Wed, May 05, 2004 at 04:20:29PM -0500, Doug Hall wrote: > Sorry for the newbie question, but how do you get PostgreSQL to list > the available databases? I know how to log into a certain database, but > not list all of them. I know this must be possible because the > phppgAdmin web site demonstrates it with their trial server. With psql, you can use psql -l Else see the pg_database table. -- Alvaro Herrera (<alvherre[a]dcc.uchile.cl>) "En las profundidades de nuestro inconsciente hay una obsesiva necesidad de un universo lógico y coherente. Pero el universo real se halla siempre un paso más allá de la lógica" (Irulan)