Re: PostgreSQL counterpart to DBMS_METADATA?‏ - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: PostgreSQL counterpart to DBMS_METADATA?‏
Date
Msg-id 20120117112436.GA24854@depesz.com
Whole thread Raw
In response to PostgreSQL counterpart to DBMS_METADATA?‏  ("Tefft, Michael J" <Michael.J.Tefft@snapon.com>)
Responses RE: [GENERAL] PostgreSQL counterpart to DBMS_METADATA?‏  ("Tefft, Michael J" <Michael.J.Tefft@snapon.com>)
List pgsql-general
On Tue, Jan 17, 2012 at 04:53:42AM -0600, Tefft, Michael J wrote:
> I would like to extract the DDL to create a given object (tables,
> primarily) from the catalog. Is there an interface, query, etc. that
> will do this? I'd rather not craft the DDL myself.

use pg_dump -t table_name -s

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

pgsql-general by date:

Previous
From: Nick
Date:
Subject: Whats the most efficient query for this result?
Next
From: Tom Molesworth
Date:
Subject: Re: Whats the most efficient query for this result?