cache in plpgsql

From: ivan <iv(at)psycho(dot)pl>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: cache in plpgsql
Date: 2003-12-30 22:35:11
Message-ID: Pine.LNX.4.56.0312302329590.5131@rex.anfa.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

as new know plpgsql has special cache which remember too long (event
non-existing tables (i mean old oid)) so i suggest to create same function
only in plpgsql which would clear this cache, or sth like this ?

for ie, where i drop table i would do plpgsql_clear_cache ();
and when i will create one more time table with this same name plpgsql
will not remeber wrong oid

possible ?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Randolf Richardson 2003-12-30 23:28:38 Re: Change in behaviour of ORDER BY clause in PG7.3
Previous Message Jim C. Nasby 2003-12-30 21:54:47 Re: Is my MySQL Gaining ?