| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nick Haw <nick(dot)haw(at)operagrp(dot)com> |
| Cc: | "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>, "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: plpgsql |
| Date: | 2002-01-08 20:18:17 |
| Message-ID: | 7928.1010521097@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-novice |
Nick Haw <nick(dot)haw(at)operagrp(dot)com> writes:
> createlang plpgsql database1
> I get this error message
> ERROR: Load of file /usr/lib/pgsql/lib/plpgsql.so failed:
> /usr/lib/pgsql/lib/plpgsql.so: undefined symbol: CurrentTriggerData
> createlang: language installation failed
I'll bet /usr/lib/pgsql/lib/plpgsql.so is from PG 7.0 (or older),
and you're trying to load it into 7.1.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dominic J. Eidson | 2002-01-08 20:20:39 | Re: Does Postgres support BLOB datatypes? |
| Previous Message | Jeff Davis | 2002-01-08 20:03:38 | Re: Does Postgres support BLOB datatypes? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Doug McNaught | 2002-01-08 21:39:23 | Re: plpgsql |
| Previous Message | Nick Haw | 2002-01-08 17:07:42 | plpgsql |