Re: prepare()

From: "Stuart Cooper" <stuart(dot)cooper(at)gmail(dot)com>
To: "Tom Allison" <tom(at)tacocat(dot)net>
Cc: "General PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: prepare()
Date: 2007-05-30 01:24:17
Message-ID: 7fc8628a0705291824l123abfb7s4ae884cbe3be6fce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-05-30 02:04:19 Re: SELECT <all fields except "bad_field"> from mytbl;
Previous Message Stuart Cooper 2007-05-30 01:17:36 Re: prepare()