Re: Database accesss using plperl

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Robert Fitzpatrick <robert(at)webtent(dot)com>
Cc: "pgsql-general (at) postgresql (dot) org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database accesss using plperl
Date: 2004-06-17 15:08:02
Message-ID: 20040617160802.C15884@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 17/06/2004 15:56 Robert Fitzpatrick wrote:
> [snip]
> I'm talking about writing PostgreSQL stored procedures using Perl that
> access the database via queries (like pl/pgsql, maybe using DBI:Pg) for
> SELECTs, INSERTs, UPDATEs, etc.

Then DBI:PgSPI is what you want. AFAIK, DBI:Pg is for client-side only.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-06-17 15:25:41 Re: MySQL to Postgres.
Previous Message Robert Fitzpatrick 2004-06-17 14:56:45 Re: Database accesss using plperl