Re: newbie question - Mailing list pgsql-general

From missive@frontiernet.net (Lee Harr)
Subject Re: newbie question
Date
Msg-id 9s4q77$2kg6$2@news.tht.net
Whole thread Raw
In response to newbie question  ("Said Badrul Nahar" <saidbn@yahoo.com>)
List pgsql-general
> I'm new with postgresql. How can i show table name and db name in
> postgresql like SHOW TABLE and SHOW DATABASE in MySQL.
>

In psql:

\d
\l
\?


to show:
tables
databases
other backslash commands



pgsql-general by date:

Previous
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: PostgreSQL Web Site
Next
From: "Aasmund Midttun Godal"
Date:
Subject: Re: newbie question