Re: PQexecParams and types - Mailing list pgsql-performance

From Czuczy Gergely
Subject Re: PQexecParams and types
Date
Msg-id Pine.LNX.4.44.0402031555080.30492-100000@localhost
Whole thread Raw
In response to Re: PQexecParams and types  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PQexecParams and types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
hello

to leave it unspecified what value should I set to the paramTypes array?
and could you insert this answer to to docs, it could be useful


Bye,

Gergely Czuczy
mailto: phoemix@harmless.hu
PGP: http://phoemix.harmless.hu/phoemix.pgp

The point is, that geeks are not necessarily the outcasts
society often believes they are. The fact is that society
isn't cool enough to be included in our activities.

On Tue, 3 Feb 2004, Tom Lane wrote:

> Czuczy Gergely <phoemix@harmless.hu> writes:
> > i've read in the docs to use the proper indexes both types must match in
> > the where clause, to achive this the user can simply put a string into the
> > side of the equation mark and pgsql will convert it automaticly. my
> > question is, when I'm using PQexecParams, should I give all the values as
> > a string, and it will be converted, or I have to figure out the type of
> > the given field somehow?
>
> You should leave the parameter types unspecified.  Their types will be
> resolved in much the same way that a quoted literal is handled.
>
>             regards, tom lane
>


pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: PQexecParams and types
Next
From: Tom Lane
Date:
Subject: Re: PQexecParams and types