Re: Listing databases
Mike Nolan <nolan@gw.tssi.com>
From: Mike Nolan <nolan@gw.tssi.com>
To: doug_hall@aidt.edu (Doug Hall)
Cc: pgsql-general@postgresql.org
Date: 2004-05-05T21:52:49Z
Lists: pgsql-general
> 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. Use the \l command within psql. -- Mike Nolan