Re: indexes on functions and create or replace function - Mailing list pgsql-general

From Christophe
Subject Re: indexes on functions and create or replace function
Date
Msg-id 714693CC-DD53-4657-9BEE-FCE667EEA8E7@thebuild.com
Whole thread Raw
In response to Re: indexes on functions and create or replace function  ("Matthew Dennis" <mdennis@merfer.net>)
Responses Re: indexes on functions and create or replace function  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: indexes on functions and create or replace function  ("Matthew Dennis" <mdennis@merfer.net>)
List pgsql-general
On Aug 28, 2008, at 6:10 PM, Matthew Dennis wrote:
> I'm not sure I follow.  Couldn't you track which statements were
> prepared that called a function and either reprepare (just like
> reindex, recheck, etc) or in the case of dropping a function,
> refuse to drop it because something depends on it?

EXECUTE in PL/pgSQL accepts a string and executes it as a statement.
(That's different from the SQL-level EXECUTE.) I'm not sure how one
would track dependencies there.

pgsql-general by date:

Previous
From: "Matthew Dennis"
Date:
Subject: Re: indexes on functions and create or replace function
Next
From: Alvaro Herrera
Date:
Subject: Re: indexes on functions and create or replace function