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

From: Berend Tober <btober(at)broadstripe(dot)net>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>, 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 17:33:31
Message-ID: 54736BEB.5050404@computer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Melvin Davidson wrote:
> 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.

That looks like what I'm looking for. (Note: I did Google searching, but
apparently did not use the right set of search terms, because this tool
really is described as being what it is that I am looking to do!)

Thanks!

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2014-11-24 17:42:15 Re: Avoiding deadlocks when performing bulk update and delete operations
Previous Message Berend Tober 2014-11-24 17:25:39 Re: How to individually list the DDL for all individual data base objects