Re: functions pg_get...

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: functions pg_get...
Date: 2007-11-15 15:39:52
Message-ID: 20071115153952.GG20228@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ilan Volow 2007-11-15 15:49:35 Re: functions pg_get...
Previous Message Andrew Sullivan 2007-11-15 15:38:28 Re: trigger ddl actions in a table