Re: Writing most code in Stored Procedures

From: Steve Manes <smanes(at)magpie(dot)com>
To: PgSQL General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Writing most code in Stored Procedures
Date: 2007-08-18 20:21:50
Message-ID: 46C754DE.1010409@magpie.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Johnson wrote:
> Interesting. Does PG have to initiate the Perl interpreter every
> time you call a Perl-written SP?

I mean the *application* language was Perl for both the inline insert
and the proc call. The proc was written in plpgsql.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-08-18 20:32:33 Re: SUBSTRING performance for large BYTEA
Previous Message Brian Donovan 2007-08-18 20:03:11 Automated testing of functions