Re: missing cache data for cache id 27 - Mailing list pgsql-general

From Richard Huxton
Subject Re: missing cache data for cache id 27
Date
Msg-id 45B7925A.7060207@archonet.com
Whole thread Raw
In response to missing cache data for cache id 27  (brian <brian@zijn-digital.com>)
Responses Re: missing cache data for cache id 27  (brian <brian@zijn-digital.com>)
List pgsql-general
brian wrote:
> I'm getting the above error when i try to replace a function of mine. It
> seems i have two problems: the latest dump (through phpPGAdmin) works
> fine, except that a function that should return a record was replaced
> without the column definition list, so calls on it are failing.
>
> from pg_dump:
> CREATE OR REPLACE FUNCTION getserviceprovidertotalsbytype() RETURNS
> SETOF record AS $$
>
> should be:
> CREATE OR REPLACE FUNCTION getserviceprovidertotalsbytype(OUT name text,
> OUT id INT4, OUT total INT4) RETURNS SETOF record AS $$

What version of PostgreSQL and what version of pg_dump are we talking
about here?

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: brian
Date:
Subject: missing cache data for cache id 27
Next
From: brian
Date:
Subject: Re: missing cache data for cache id 27