Néstor Boscán <[email protected]> writes: > Hi > > I want to get the PLPGSQL code from the PostgreSQL 9.1 database. I've used > pg_proc that only gives me the body of the code. Is there a Postgres function > that can build > all the code?
pg_get_functiondef(oid) > > Regards, > > Néstor > -- Jerry Sievers Postgres DBA/Development Consulting e: [email protected] p: 312.241.7800 -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
