Re: How to individually list the DDL for all individual data base objects

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Berend Tober <btober(at)broadstripe(dot)net>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to individually list the DDL for all individual data base objects
Date: 2014-11-24 16:18:47
Message-ID: CANu8FixZOvrmbg_ccX76p=SBeYj8zt_7nwjrPqiF0X4Wx1MDDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should probably look at the pg_extractor utility.

https://github.com/omniti-labs/pg_extractor

With it, you can dump individual or selected objects to separate
directories.

On Mon, Nov 24, 2014 at 11:00 AM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:

> Berend Tober wrote:
> > Is there a good way to individually list the DDL for all individual data
> > base objects?
>
> These threads might interest you:
>
>
> http://www.postgresql.org/message-id/AANLkTikLHA2x6U=q-t0j0YS78txHFmdtyxJfsrsRcLqN@mail.gmail.com
>
> http://www.postgresql.org/message-id/CAASwCXdKROy2UHLof4Zvxx00goSccqXkg_g4Yf9vOuK8aXWh0g@mail.gmail.com
>
> --
> Álvaro Herrera http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-11-24 16:20:22 Re: How to individually list the DDL for all individual data base objects
Previous Message Berend Tober 2014-11-24 16:12:39 Re: How to individually list the DDL for all individual data base objects