Re: prepare() - Mailing list pgsql-general

From Stuart Cooper
Subject Re: prepare()
Date
Msg-id 7fc8628a0705291824l123abfb7s4ae884cbe3be6fce@mail.gmail.com
Whole thread Raw
In response to Re: prepare()  ("Stuart Cooper" <stuart.cooper@gmail.com>)
List pgsql-general
> I know that a few versions back PostgreSQL's DBD driver didn't support prepared
> statements (the operation was still there, it just wasn't doing the
> whole magic),
> I imagine that it does today but will investigate further.

There's a very extensive writeup in the documentation of DBD::Pg,
perldoc DBD::Pg
and read the large section on the prepare() method.

Cheers,
Stuart.

pgsql-general by date:

Previous
From: "Stuart Cooper"
Date:
Subject: Re: prepare()
Next
From: Alvaro Herrera
Date:
Subject: Re: SELECT from mytbl;