Re: Function cache regeneration

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hubert FONGARNAND <informatique(dot)internet(at)fiducial(dot)fr>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Arnaud Balandras <a(dot)balandras(at)fiducial(dot)fr>
Subject: Re: Function cache regeneration
Date: 2007-03-22 14:59:15
Message-ID: 2919.1174575555@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hubert FONGARNAND <informatique(dot)internet(at)fiducial(dot)fr> writes:
> I'm looking for a way to regenerate the plpgsql function cache, without
> CREATE OR REPLACE function or restarting database...

You don't have to restart the whole database, just start fresh connections.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Luke Lonergan 2007-03-22 15:05:15 Re: TOASTing smaller things
Previous Message Tom Lane 2007-03-22 14:53:59 Re: fixing dllist?