dump Functions - Mailing list pgsql-general

From Dany De Bontridder
Subject dump Functions
Date
Msg-id 200604290000.15665.dany@alchimerys.be
Whole thread Raw
Responses Re: dump Functions  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-general
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;}'

Regards,

D.

pgsql-general by date:

Previous
From: Mike Leahy
Date:
Subject: Re: Is it possible to summarize uniqe values from an indexed
Next
From: Alex Mayrhofer
Date:
Subject: Order of triggers and sequences...