Re: SQL to list databases?

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Ben Siders <bsiders(at)cms-stl(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL to list databases?
Date: 2003-01-23 21:24:49
Message-ID: 20030123212449.75146103E6@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

psql -E causes psql to show it's "behind the scenes" queries to try:
psql -lE
(that's a lower case ell before the E)

Cheers,
Steve

On Thursday 23 January 2003 10:56 am, Ben Siders wrote:
> Is there a query that will return all the databases available, similar
> to what psql -l does?
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Wei Weng 2003-01-23 22:01:51 Rename database?
Previous Message Kristopher Yates 2003-01-23 20:33:55 Re: SQL to list databases?