Re: what is it that \d actually does - Mailing list pgsql-general

From Scott Marlowe
Subject Re: what is it that \d actually does
Date
Msg-id dcc563d10801251141y4ac95438s30c9572f0fef6d64@mail.gmail.com
Whole thread Raw
In response to what is it that \d actually does  (Geoffrey <lists@serioustechnology.com>)
Responses Re: what is it that \d actually does
List pgsql-general
On Jan 25, 2008 1:34 PM, Geoffrey <lists@serioustechnology.com> wrote:
> It seems that I recall there is a way to display the actual select
> statement that is executed when you execute the \d command.

psql --help says:

  -E              display queries that internal commands generate

psql -E

pgsql-general by date:

Previous
From: Geoffrey
Date:
Subject: what is it that \d actually does
Next
From: Geoffrey
Date:
Subject: shouldn't all tables have Object Descriptions?