Re: tablemeta-data - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: tablemeta-data
Date
Msg-id 20030523014550.GA13701@wolff.to
Whole thread Raw
In response to tablemeta-data  (Erik Price <eprice@ptc.com>)
Responses Re: tablemeta-data  (Erik Price <eprice@ptc.com>)
List pgsql-general
On Thu, May 22, 2003 at 12:58:21 -0400,
  Erik Price <eprice@ptc.com> wrote:
> Hi,
>
> Is there a way to execute a query that returns meta-data about the
> tables?  Specifically I am interested in a psql command to display
> information about a table's column names and types.

\d table_name

Use \? to get a list of \ commands.

pgsql-general by date:

Previous
From: lyris-pg@tibit.com
Date:
Subject: Re: fomatting an interval
Next
From: elein
Date:
Subject: Re: PRIMARY KEYS