Re: SQL from PLPerl

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Systems Administrator <sysadmin(at)sunet(dot)com(dot)au>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: SQL from PLPerl
Date: 2003-10-14 02:27:28
Message-ID: 200310131927.28897.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Tim,

> Hi all. Another question -- I'm using plperl, and I was wondering
> what the best way to do a SELECT in it is. Am I best off using DBI and
> having the plperl connect to the database again? Or is there some other
> way to do it?

There is currently no good way to do this in PL/perl.

PL/pgSQL, C, and I believe PL/Tcl can interact with the database. No other PL
at this time can. Hopefully this will change in the future.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joe Conway 2003-10-14 03:21:01 Re: SQL from PLPerl
Previous Message Tom Lane 2003-10-14 00:56:52 Re: Problem with pg_user (somewhat urgent)