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 14:21:26
Message-ID: CAHyXU0wFOqO9J+QEp1iyMC41DWXLJi9WovB1bjmfT3G+HZ8YSA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Mar 28, 2012 at 9:05 AM, Mephysto <mephystoonhell(at)gmail(dot)com> wrote:
> Oh, I'm sorry.
>
> My function are written in sql and plpgsql.

the source code should be in pg_proc. try a schema only dump with
pg_dump -s and see if your code is there. either you are querying
your functions wrong (upper/lower case issue?) or something else is
wrong, like the functions are not there.

merlin

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Josep Sanchez 2012-03-28 14:28:53 Re: How to pg_dump v9.0 with v9.1
Previous Message JORGE MALDONADO 2012-03-28 14:14:48 How to pg_dump v9.0 with v9.1