Re: Question

From: Frank Bax <fbax(at)execulink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: "Cristian D(dot) GAL" <gal(at)mail(dot)com>
Subject: Re: Question
Date: 2000-09-06 15:54:03
Message-ID: 3.0.6.32.20000906115403.009de100@execulink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Question at 2000-09-06 14:54:55 from Cristian D. GAL

Browse pgsql-general by date

  From Date Subject
Next Message Cristian D. GAL 2000-09-06 15:57:02 Question Again
Previous Message Richard 2000-09-06 15:48:11 (no subject)