Re: Some quick notes about extending libpq for new protocol - Mailing list pgsql-interfaces

From Jonathan Gardner
Subject Re: Some quick notes about extending libpq for new protocol
Date
Msg-id 200306090842.26352.jgardner@jonathangardner.net
Whole thread Raw
In response to Some quick notes about extending libpq for new protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Some quick notes about extending libpq for new protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 02 June 2003 10:19, Tom Lane wrote:
> * Better FunctionCall API?
>
>     nah, just deprecate in favor of invoking the function via
>     PQexecParams().
>

I'll admit -- the current state of PQfn is practically unuseable. However, the
idea is pretty cool. I think it would be nice to have a direct function call
mechanism that bypasses the parser.

Of course, I don't think I understand completely what PQexecParams would do...
:-(

- --
Jonathan Gardner <jgardner@jonathangardner.net>
(was jgardn@alumni.washington.edu)
Live Free, Use Linux!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+5KrhWgwF3QvpWNwRAjTlAKCUqaI77lEPxonGo2gR3c0e38lJuACeLzJe
2Sr1bewQmQT4B72bALFf9HQ=
=9SC8
-----END PGP SIGNATURE-----


pgsql-interfaces by date:

Previous
From: Rudy Lippan
Date:
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Next
From: Tom Lane
Date:
Subject: Re: Some quick notes about extending libpq for new protocol