Re: postgresql rookie needs help with system catalog - Mailing list pgsql-novice

From Tom Lane
Subject Re: postgresql rookie needs help with system catalog
Date
Msg-id 7578.1579707213@sss.pgh.pa.us
Whole thread Raw
In response to postgresql rookie needs help with system catalog  (barry kimelman <perlmaster56@gmail.com>)
List pgsql-novice
barry kimelman <perlmaster56@gmail.com> writes:
> I am trying to come up with a query of the system catalog tables to give me
> the same info as the psql command "\d tablename"

A useful trick here is to start psql with the -E option, which will
cause it to echo the actual queries it sends for backslash commands.

            regards, tom lane



pgsql-novice by date:

Previous
From: "Vianello, Dan A"
Date:
Subject: RE: postgresql rookie needs help with system catalog
Next
From: Keith Fiske
Date:
Subject: Re: postgresql rookie needs help with system catalog