From: | "Keith C(dot) Perry" <netadmin(at)vcsn(dot)com> |
---|---|
To: | dj trombley <dtrom(at)bumba(dot)net> |
Cc: | John Gibson <gib(at)edgate(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Perl "with-perl" configuration option |
Date: | 2003-12-13 18:25:12 |
Message-ID: | 1071339912.3fdb5988ee689@webmail.vcsn.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Quoting dj trombley <dtrom(at)bumba(dot)net>:
>
> No, the --with-perl option builds PL/Perl, which is server-side. I
> recommend using the module DBD::Pg for connecting to the server from a
> perl script and executing queries, but there are probably other modules
> as well.
>
> > I read that the "--with-perl" option "Build the PL/Perl server-side
> > language". Does that mean the the switch is necessary to connect to
> > the PostgreSQL database if you are using a perl program?
> >
> > It seems to me that it is only for allowing the use of perl *inside*
> > of postgres and if one is just using perl programs to access the
> > database from the outside this switch is not necessary. I want to
> > make sure I give the applications programmers the tools they need.
> >
>
>
> Yes, but be sure to CREATE LANGUAGE in your database so you can use it.
>
> > Also, does the PL/pgSQL server-side language get built automatically
> > by default?
>
>
> -dj
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
Just FYI...
Typically the "other" perl module is Pg.pm
(http://gborg.postgresql.org/project/pgperl/projdisplay.php)
--
Keith C. Perry, MS E.E.
Director of Networks & Applications
VCSN, Inc.
http://vcsn.com
____________________________________
This email account is being host by:
VCSN, Inc : http://vcsn.com
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Nolan | 2003-12-13 18:41:17 | Re: tablespaces in 7.5? |
Previous Message | Keith C. Perry | 2003-12-13 18:18:56 | Re: tablespaces in 7.5? |