Re: plpgsql - cache lookup error 18977

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tom Walta <twalta(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql - cache lookup error 18977
Date: 2000-10-19 01:55:29
Message-ID: 7082.971920529@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Walta <twalta(at)yahoo(dot)com> writes:
> "ERROR: fmgr_info: Cache lookup for language failed 18977"

Did you perchance drop and recreate the plpgsql language when
you already had functions defined in the language? The system
will let you do that :-(, but then the old functions refer to
a language OID that no longer exists. You'll need to drop and
recreate the functions, too.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-10-19 01:59:15 Re: Any risk in increasing BLCKSZ to get larger tuples?
Previous Message Tom Lane 2000-10-19 01:49:56 Re: Hash Indexes Causing Deadlock Notices