Re: ultra-newbie question (new to list and postgresql)... - Mailing list pgsql-novice

From Brett W. McCoy
Subject Re: ultra-newbie question (new to list and postgresql)...
Date
Msg-id Pine.LNX.4.30.0111131238530.26091-100000@chapelperilous.net
Whole thread Raw
In response to ultra-newbie question (new to list and postgresql)...  (Adrian Stovall <AdrianS@pfk.com>)
List pgsql-novice
On Tue, 13 Nov 2001, Adrian  Stovall wrote:

> Hi all, I have what is likely a very simple question that I couldn't find
> after running through the online docs or using \h in psql.  I just started
> playing with postgresql yesterday and I can't seem to find out how to view a
> list of all the tables in a database.  That's all I need to know right now.

If you are using psql, \d will list all tables.  To get a list of all of
the commands available in psql (not SQL syntax), use \?.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
polygon:
    Dead parrot.


pgsql-novice by date:

Previous
From: Adrian Stovall
Date:
Subject: ultra-newbie question (new to list and postgresql)...
Next
From: Adrian Stovall
Date:
Subject: Re: ultra-newbie question (new to list and postgresql)..