Re: Reparse PL/pgSQL Function?

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: John Sidney-Woollett <johnsw(at)wardbrook(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Reparse PL/pgSQL Function?
Date: 2004-01-07 16:43:27
Message-ID: Pine.LNX.4.33.0401070942040.4264-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 7 Jan 2004, John Sidney-Woollett wrote:

> Is it possible to (automatically) force the reparse of a stored PL/pgSQL
> function following the deletion and recreation of an object that was
> referenced within the function (for example a table or another function)?

Would

CREATE OR REPLACE function

work?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ericson Smith 2004-01-07 16:55:42 64 Bit Postgresql ports
Previous Message scott.marlowe 2004-01-07 16:41:36 Re: problems with transaction blocks