Re: Show stored function code

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: mephysto <mephystoonhell(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Show stored function code
Date: 2012-03-28 16:35:01
Message-ID: CAHyXU0zpFyGHpSLvSWmB-O_0p4XA0FN4H4aMpnRyUo38bX+zqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Mar 28, 2012 at 9:31 AM, mephysto <mephystoonhell(at)gmail(dot)com> wrote:
> In pg_dump -s I can see my code, but not in pg_proc, not even I try with
>
> select * from pg_proc
>
>
> Column prosrc is empty for all my functions.

how about \df+ yourfunc

? I'm stumped here -- maybe this is some recently added security
feature I don't know about?

merlin

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message JORGE MALDONADO 2012-03-28 17:20:07 Boolean to integer conversion
Previous Message mephysto 2012-03-28 14:31:29 Re: Show stored function code