Re: One more option for pg_dump... - Mailing list pgsql-hackers

From Leonardo Cezar
Subject Re: One more option for pg_dump...
Date
Msg-id 2315783e0802250628i6e9d3376ha96a7f16744a9359@mail.gmail.com
Whole thread Raw
In response to One more option for pg_dump...  (David BOURIAUD <david.bouriaud@ac-rouen.fr>)
Responses Re: One more option for pg_dump...
List pgsql-hackers
On Mon, Feb 25, 2008 at 10:48 AM, David BOURIAUD
<david.bouriaud@ac-rouen.fr> wrote:
>  Could there be an option to pg_dump (let's say --function [func_name]) to be
>  abble to dump the complete source code of a function in a separate file, or
>  on the terminal ?

It's a TODO item. Just not to functions and so others (operators,
casts,...) objects as well.

I'm coding a fully functional prototype that solves these features.
Just now I'm going think in a way to dump overloaded functions that
seems me one more complicated issue.

>  Do you think it could be a good thing ?

Yep! Hence it's a todo item :-)

>  Are there workarounds to have the same comportement that I'm not aware of ?

Alot of lines sed+awk+pg_dump scripts ..

-Leo
-- 
Leonardo Cezar et all
http://www.dextra.com.br/postgres
http://www.postgresql.org.br


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] Avahi support for Postgresql
Next
From: Gregory Stark
Date:
Subject: Re: Questions about indexes with text_pattern_ops