Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread brian
Tom Lane wrote: brian <[EMAIL PROTECTED]> writes: Tom Lane wrote: 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 ... phpPgAdmin 4.0.1 (4.1 is latest). But i was under the

Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread Tom Lane
brian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> 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 ... > phpPgAdmin 4.0.1 (4.1 is latest). But i was under the impression th

Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread brian
Tom Lane wrote: brian <[EMAIL PROTECTED]> 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 f

Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread Tom Lane
brian <[EMAIL PROTECTED]> 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

Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread brian
Richard Huxton wrote: 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

Re: [GENERAL] missing cache data for cache id 27

2007-01-24 Thread Richard Huxton
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. fro

[GENERAL] missing cache data for cache id 27

2007-01-24 Thread brian
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: CRE