Re: [PERFORM] PQexecParams and types

2004-02-03 Thread Tom Lane
Czuczy Gergely <[EMAIL PROTECTED]> writes: > 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 It is in the docs: paramTypes[] specifies, by OID, the data types to be assigned to the parameter symbols

Re: [PERFORM] PQexecParams and types

2004-02-03 Thread Czuczy Gergely
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: [EMAIL PROTECTED] PGP: http://phoemix.harmless.hu/phoemix.pgp The point is, that geeks are not necessarily the outcasts soc

Re: [PERFORM] PQexecParams and types

2004-02-03 Thread Tom Lane
Czuczy Gergely <[EMAIL PROTECTED]> 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 PQex