Re: cached plans in plpgsql

From: Kuba Ouhrabka <kuba(at)comgate(dot)cz>
To: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>
Subject: Re: cached plans in plpgsql
Date: 2005-10-20 16:25:12
Message-ID: 4357C4E8.6010602@comgate.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> [howto recreate plpgsql functions]
>
> Start here:
> http://archives.postgresql.org/pgsql-hackers/2005-09/msg00690.php

Great, thanks!

I slighltly modified the function - it was not working for overloaded
functions (same name, different arguments) and for functions with named
arguments. Modified version attached for anyone interested - not perfect
but works for me...

Kuba

Attachment Content-Type Size
recompile.sql text/plain 1.9 KB

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-10-20 16:50:54 Re: cached plans in plpgsql
Previous Message Merlin Moncure 2005-10-20 15:03:58 Re: cached plans in plpgsql