Re: Question - Mailing list pgsql-general

From Frank Bax
Subject Re: Question
Date
Msg-id 3.0.6.32.20000906115403.009de100@execulink.com
Whole thread Raw
In response to Question  ("Cristian D. GAL" <gal@mail.com>)
List pgsql-general
At 05:54 PM 9/06/00 +0300, you wrote:
>is there a solution to find infos about a table?
>eg: I want to know what field names and their types has a certain table
>from a db.

in psql use:    \d tablename

Inside your own program you will need a query.  You can display the query
behind any psql command if you start psql with the -E option.

Frank


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Question
Next
From: "Cristian D. GAL"
Date:
Subject: Question Again