Pavel,
That's great! I had to modify the showfunctions view, but once I did, it
proved to be useful right away.
My mods:
1. I have no pg_namespace catalog, so I removed all references to it.
2. I have no pg_catalog, but I found that the call to oidvectortypes() works
fine with no scope specified.
Thanks.
-David
Pavel Stehule wrote:
> On 17 Sep 2003, David Shadovitz wrote:
>
> Hello
>
> http://www.varlena.com/varlena/GeneralBits/39.php
>
> Section: Where's the Code?
>
> Pavel
>
> > Where are PL/pgSQL functions stored? I want to retrieve the text of a
> > function that I've created.