Re: dump Functions

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Dany De Bontridder <dany(at)alchimerys(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: dump Functions
Date: 2006-05-04 19:27:22
Message-ID: 20060504192722.GU97354@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Apr 29, 2006 at 12:00:15AM +0200, Dany De Bontridder wrote:
> Hello, I would like to dump all my functions and only the functions from a
> database, how can I do that ??
>
> So far, I can only get it with
>
> pg_dump -s dossier1|awk '/CREATE FUNCTION/,/LANGUAGE/ { print $0;}'

There's been talk of allowing a finer-grain selection of what pg_dump
will dump, but I don't think there's anything in there right now to
support that.

What's wrong with using awk like you are?
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-05-04 19:30:34 Re: Alternative for vacuuming queue-like tables
Previous Message Jim C. Nasby 2006-05-04 19:07:31 Re: Alternative for vacuuming queue-like tables