From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Tuttle, Gene" <cetuttle(at)rottlundhomes(dot)com> |
Cc: | "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: PL/pgSQL |
Date: | 2004-06-30 16:03:58 |
Message-ID: | 9666.1088611438@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Tuttle, Gene" <cetuttle(at)rottlundhomes(dot)com> writes:
> I am not able to run any user created functions.
> [ plpgsql dumps core ]
My bet would be that you have a plpgsql.so library that is mismatched
with your postgres server. It's fairly easy to get into such situations
if you've upgraded your PG version, or made a custom PG installation
without being careful to get rid of the one that comes preinstalled.
You didn't give enough details to say exactly what to do to fix it, though.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Lee Wu | 2004-06-30 16:27:05 | Postgres Version 7.4.3 |
Previous Message | Sandro Dentella | 2004-06-30 15:59:19 | pg_clog error after crash |