BUG #4012: bug in pg_query - Mailing list pgsql-bugs

From Renato Gravino Neto
Subject BUG #4012: bug in pg_query
Date
Msg-id 200803051831.m25IVqFc095817@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4012: bug in pg_query
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4012
Logged by:          Renato Gravino Neto
Email address:      renato.gravino@gmail.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

pgsql-bugs by date:

Previous
From:
Date:
Subject: Tom Belich
Next
From: Bill Moran
Date:
Subject: Re: BUG #4012: bug in pg_query