Re: [GENERAL] viewing dbs

From: Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE>
To: Kevin Heflin <kheflin(at)shreve(dot)net>
Cc: "PGSQL-General (E-mail)" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] viewing dbs
Date: 1999-12-07 21:50:29
Message-ID: Pine.GSO.4.02A.9912072249170.3057-100000@Panter.DoCS.UU.SE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select * from pg_database order by datname;

I'm not sure why it's not ordered. That could perhaps be fixed.

On Tue, 7 Dec 1999, Kevin Heflin wrote:

>
> I use \l
> to view a list of all the DBs in use on our server.
> I'm not sure what order these are in, but is there a way to view all the
> DBs in alphabetical order ?
>
>
> Kevin
>
> --------------------------------------------------------------------
> Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
> VP/Production | 333 Texas St #175 | FAX:318.221.6612
> kheflin(at)shreve(dot)net | Shreveport, LA 71101 | http://www.shreve.net
> --------------------------------------------------------------------
>
>
> ************
>
>

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-general by date

  From Date Subject
Next Message kaiq 1999-12-07 22:32:02 Re: [GENERAL] viewing dbs
Previous Message Sascha Ziemann 1999-12-07 21:44:37 Re: [GENERAL] Where is IFNULL?