Martijn van Oosterhout wrote:
On Thu, Nov 02, 2006 at 09:57:28AM -0500, Oisin Glynn wrote:
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 S
On Thu, Nov 02, 2006 at 09:57:28AM -0500, Oisin Glynn wrote:
> 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
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