Re: Perl DBI, PostgreSQL performance question - Mailing list pgsql-general

From Doug McNaught
Subject Re: Perl DBI, PostgreSQL performance question
Date
Msg-id m3snadflsi.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to Re: Perl DBI, PostgreSQL performance question  (Darren Ferguson <darren@crystalballinc.com>)
List pgsql-general
Darren Ferguson <darren@crystalballinc.com> writes:

> Perl is an interpreted language. It does not convert into byte code.

Not true.  You never see the byte code (it's more like an internal
tree I think as with pl/pgsql) but it's there.  See the docs.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Pl/Tcl problem
Next
From: Joe Koenig
Date:
Subject: Warning: PostgreSQL query failed: PQexec: you gotta get out of a COPY state yourself.