BUG #4012: bug in pg_query

From: "Renato Gravino Neto" <renato(dot)gravino(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4012: bug in pg_query
Date: 2008-03-05 18:31:52
Message-ID: 200803051831.m25IVqFc095817@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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 &gt;= 10

but not execute query

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2008-03-05 18:36:26 Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values
Previous Message Gurjeet Singh 2008-03-05 18:30:33 Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values