functions pg_get...

From: "König, Monika" <monika(dot)koenig(at)bonn(dot)de>
To: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: functions pg_get...
Date: 2007-11-15 15:33:34
Message-ID: 1C2329C9430609409808ECF10237287612EA4CC8@mydomain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm looking for a postgres-funtion that shows me the definition of a table.

I found the
-- pg_catalog.pg_get_viewdef(oid)
-- pg_catalog.pg_get_constraintdef(oid)
-- pg_catalog.pg_get_triggerdef(oid)
-- pg_get_indexdef(oid)

but I miss the same for a relation.

Monika König

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Campbell, Lance 2007-11-15 15:37:47 Re: cached memory
Previous Message König, Monika 2007-11-15 15:29:51 trigger ddl actions in a table