Re: missing cache data for cache id 27

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: brian <brian(at)zijn-digital(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: missing cache data for cache id 27
Date: 2007-01-24 17:33:14
Message-ID: 3108.1169659994@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

brian <brian(at)zijn-digital(dot)com> writes:
> I'm getting the above error when i try to replace a function of mine.

In what PG version?
http://archives.postgresql.org/pgsql-bugs/2006-10/msg00044.php
http://archives.postgresql.org/pgsql-committers/2006-10/msg00084.php

> And why does the function definition in the db dump not reflect that OUT
> params are called for?

Need a newer phpPGAdmin, perhaps? It'd be unsurprising for pre-8.1 code
to fail to notice the OUT parameters, since it'd not know about the new
columns in pg_proc ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message brian 2007-01-24 17:49:13 Re: missing cache data for cache id 27
Previous Message brian 2007-01-24 17:27:04 Re: missing cache data for cache id 27