Re: what is it that \d actually does

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: Geoffrey <lists(at)serioustechnology(dot)com>
Cc: "PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: what is it that \d actually does
Date: 2008-01-25 19:41:56
Message-ID: dcc563d10801251141y4ac95438s30c9572f0fef6d64@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jan 25, 2008 1:34 PM, Geoffrey <lists(at)serioustechnology(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2008-01-25 19:54:13 shouldn't all tables have Object Descriptions?
Previous Message Geoffrey 2008-01-25 19:34:36 what is it that \d actually does