Database accesss using plperl

From: Robert Fitzpatrick <robert(at)webtent(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Database accesss using plperl
Date: 2004-06-16 20:27:13
Message-ID: 1087417633.26091.50.camel@columbus
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have plperl installed my PostgreSQL 7.4.2 server, but from what I
understand in chapter 39.3 of the docs, you cannot access the databases
without DBD::PgSPI. According to the readme for that module, it will
only run on the untrusted plperlu.

Is this the only way to run queries (SELECT, INSERT, UPDATE) using
plperl?

What are the consequences and things to look out for when running
untrusted languages?

--
Robert

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laconic2 2004-06-16 20:35:41 Re: Query
Previous Message Scott Marlowe 2004-06-16 20:10:26 Re: index with LIKE