Re: SQL from PLPerl

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: SQL from PLPerl
Дата
Msg-id 200310131927.28897.josh@agliodbs.com
обсуждение исходный текст
Ответ на SQL from PLPerl  (Systems Administrator <sysadmin@sunet.com.au>)
Ответы Re: SQL from PLPerl  (Joe Conway <mail@joeconway.com>)
Список 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


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with pg_user (somewhat urgent)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: SQL from PLPerl