Re: functions pg_get... - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: functions pg_get...
Date
Msg-id 20071115153952.GG20228@crankycanuck.ca
Whole thread Raw
In response to functions pg_get...  ("König, Monika" <monika.koenig@bonn.de>)
List pgsql-admin
On Thu, Nov 15, 2007 at 04:33:34PM +0100, "König, Monika" wrote:
> I'm looking for a postgres-funtion that shows me the definition of a table.

In psql, this is retrieved by \d [tablename].  By running psql -E, you'll be
able to see how it generates that.  (No, I'm not going to tell you, because
I think it's good practice :)

A

--
Andrew Sullivan
Old sigs will return after re-constitution of blue smoke

pgsql-admin by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: trigger ddl actions in a table
Next
From: Ilan Volow
Date:
Subject: Re: functions pg_get...