Re: List of data bases - Mailing list pgsql-novice

From Vijay Deval
Subject Re: List of data bases
Date
Msg-id 3BD55F8D.962A6B23@giaspn01.vsnl.net.in
Whole thread Raw
In response to List of data bases  ("Chr. Rossmanith" <cr@neuro.ma.uni-heidelberg.de>)
List pgsql-novice
Hi

While connected to any database, if you type \l, it should give list of
all the databases that you created. \dt will list tables

All the documents cautions strongly against using postgres as root. So I
discounted the possiblity of # as root prompt.

Vijay

"Chr. Rossmanith" wrote:
>
> Hi,
>
> is there a way to list all data bases I've created so far?


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Concatenating strings
Next
From: san@cobalt.rmnet.it
Date:
Subject: PL/pgSQL triggers ON INSERT OR UPDATE