| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | will trillich <will(at)serensoft(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: dynamic field names in a function. |
| Date: | 2001-04-01 00:57:59 |
| Message-ID: | 28216.986086679@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
will trillich <will(at)serensoft(dot)com> writes:
> HOW do you find out if your postgresql (mine's 7.0.3) can support
> the plperl.so feature? And HOW do you go about installing it, if
> it does? What parts are necessary?
See
http://www.postgresql.org/devel-corner/docs/postgres/plperl.html
These are 7.1 docs but the info applies to 7.0 as well.
The main trick is that you need a Perl installation that has a shared
library for perl (libperl.so, not libperl.a). This usually requires
building Perl from source, since it's not the default configuration.
It's easy enough if you build Perl from source, just say "yes" when
Perl's interactive configure script asks if you want a shlib.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-04-01 00:58:17 | Re: Re: [SQL] Re: pg_dump potential bug -UNIQUE INDEX on PG_SHADOW Dont!! HELP |
| Previous Message | Bruce Momjian | 2001-04-01 00:55:40 | Re: Re: Memory Tuning |