View Single Post

   
  #2 (permalink)  
Old 05-11-2008, 09:42 PM
Martijn van Oosterhout
 
Posts: n/a
Default Re: Scripting function definitions as SQL?

On Sun, May 11, 2008 at 06:12:40AM -0700, Postgres User wrote:
> Has anyone written a function that scripts out all the functions in a
> database as full SQL statements (Create Function.....)
>
> I found the below SQL will return all the fields needed to build a SQL
> statement, but it would take some work to combine the field values
> correctly to get the right format. So does anyone know if the code
> has already been written by someone else?


Does pg_dump not do what you want?

Have a nice day,
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJvlxIB7bNG8LQkwRAo25AJwIVt9ywCJxG237xFQTtG ZWf+Nj8wCgkfQF
UdZSJu96iC4kD3EIqDnl4aw=
=jCfE
-----END PGP SIGNATURE-----

Reply With Quote