Re: newbie question

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: newbie question
Date: 2001-11-05 01:32:23
Message-ID: 9s4q77$2kg6$2@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Aasmund Midttun Godal 2001-11-05 01:46:48 Re: newbie question
Previous Message Lee Harr 2001-11-05 01:30:22 Re: PostgreSQL Web Site