Re: really novice with Postgres ! - Mailing list pgsql-novice

From Ziggy Skalski
Subject Re: really novice with Postgres !
Date
Msg-id 51FBACF1.6040601@afilias.info
Whole thread Raw
In response to really novice with Postgres !  (Jean MAURICE <mauricejea@numericable.fr>)
Responses Re: really novice with Postgres !
List pgsql-novice
On 2013-08-02 2:51 PM, Jean MAURICE wrote:
> Hi everybody,
>
> I have some more questions :
> Is there a SQL command to
>  - test if a database exists
>  - test if a table exists
>  - get the list of the tables of a database
>  - get the structure (list of fields) of a table
>
> Thanks in advance
>
> --
> Jean MAURICE
> Grenoble - France - Europe
> www.j-maurice.fr
> www.atoutfox.org
> www.aedtf.org
>
>
Off top of my head, \dt will get you list of tables and \d [tablename]
will show the structure...
You can type \? at psql prompt for more commands/etc.

Ziggy



pgsql-novice by date:

Previous
From: Jean MAURICE
Date:
Subject: really novice with Postgres !
Next
From: Tovo Rabemanantsoa
Date:
Subject: Re: really novice with Postgres !