pg_proc Question - Mailing list pgsql-general

From Oisin Glynn
Subject pg_proc Question
Date
Msg-id 454A0758.3010707@oisinglynn.com
Whole thread Raw
Responses Re: pg_proc Question
List pgsql-general
I have named all my functions in a pretty unique way and would like to
export just my functions. Is there any way to move just these  functions
from one db to another.has anyone got a clever piece of SQL that spits
out ddl from a select on pg_proc?  Or could I use the copy command on
pg_proc to spit my functions to file and then copy them into the new db?
My issue is that I have allot of dblink and other things I do not want
or need in the db and do not want to propagate this any further.

Any help would be appreciated,

Oisin


Attachment

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Weird double single quote issue
Next
From: Martijn van Oosterhout
Date:
Subject: Re: pg_proc Question