On Thu, May 22, 2003 at 12:58:21 -0400,
Erik Price <eprice(at)ptc(dot)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.