The following bug has been logged online:
Bug reference: 4012
Logged by: Renato Gravino Neto
Email address: renato(dot)gravino(at)gmail(dot)com
PostgreSQL version: 8.2.3
Operating system: Linux 2.6.24.3
Description: bug in pg_query
Details:
in pg_query($con,'select * from cliente where age >= 10;');
translate to select * from cliente where age >= 10
but not execute query