How to correct schema-names within function when the schema gets renamed?

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to correct schema-names within function when the schema gets renamed?
Date: 2011-08-29 11:44:19
Message-ID: 4E5B7B93.2070509@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,
how can I correct schema-names within function when the schema gets renamed?
PG corrects automagicaly every view and foreign key.

Though I found that it doesn't update the schema-name in sql-functions.
Say there where a table "bar" in the schema "foo"
and there is a function f(int) that results to "select * from foo.bar
where id = $1".

Then I rename "foo" to "sansi" and all seems nice till I call f().
Now I get an error that schema "foo" can't be found.

How could I find all functions that use the now uncorrect schema-name?

Btw, server is PG 8.4.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message pasman pasmański 2011-08-29 11:55:22 Re: nice updates
Previous Message ennio 2011-08-24 15:33:54 Re: Data corruption after an update set ...?