Re: \d command

From: "Joe Conway (wwc)" <jconway(at)cox(dot)net>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>
Cc: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: \d command
Date: 2002-01-22 15:55:17
Message-ID: 3C4D8B65.8080706@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jodi Kanter wrote:

> Can anyone tell me the sql that is being sent to the database when
> typeing this command? I am working on writing some code that will show a
> list of columns in a table. Is there a describe statement?
>
> Thanks
>
> Jodi Kanter

Start up psql with the -E switch. It will then show you all the internal
sql statements that it uses.

HTH,

Joe

In response to

  • \d command at 2002-01-22 15:41:51 from Jodi Kanter

Browse pgsql-admin by date

  From Date Subject
Next Message Radu-Adrian Popescu 2002-01-22 16:08:21 [Fwd: Re: \d command]
Previous Message Jodi Kanter 2002-01-22 15:41:51 \d command