Re: Bug #608: cache lookup failed
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Laurent FAILLIE <l_faillie@yahoo.com>
Cc: pgsql-bugs@postgresql.org
Date: 2002-03-07T16:07:57Z
Lists: pgsql-bugs
=?iso-8859-1?q?Laurent=20FAILLIE?= <l_faillie@yahoo.com> writes: >> The easiest way to get back to a working database is >> to UPDATE the >> pg_language row with the correct OID of the call >> handler function. > Hum, so I may try > update pg_language set lanplcallfoid=374578 where > lanname='plpgsql'; > Is it correct ? Right. regards, tom lane