Re: 'show databases' in psql way? - Mailing list pgsql-sql

From lorid
Subject Re: 'show databases' in psql way?
Date
Msg-id 41879882.6000506@dri.edu
Whole thread Raw
In response to 'show databases' in psql way?  (Erik Wasser <erik.wasser@iquer.net>)
Responses Re: 'show databases' in psql way?
List pgsql-sql
\z   will list the tables in the dbase
\d tablename will list the columns in the table

---------------------
Erik Wasser wrote:

>Hi list,
>
>how can I list the databases in a postgresish way? I know about the '-l' 
>switch of 'psql' but is there a DBI/SQL-query way? I don't want to call 
>an external program only to list the databases. I've googled about this 
>problem but I only found the '-l'-way to this this.
>
>Ideas? Solutions?
>
>  
>



pgsql-sql by date:

Previous
From: Markus Schaber
Date:
Subject: Update instead rules on Views
Next
From: Achilleus Mantzios
Date:
Subject: Re: 'show databases' in psql way?