problem with single quote in postgres 8.3.5 - Mailing list pgsql-general

From hugocoolens
Subject problem with single quote in postgres 8.3.5
Date
Msg-id 04681d71-fe95-4205-9488-3e1c2b0ceb32@j38g2000yqa.googlegroups.com
Whole thread Raw
Responses Re: problem with single quote in postgres 8.3.5  (Raymond O'Donnell <rod@iol.ie>)
Re: problem with single quote in postgres 8.3.5  (David Fetter <david@fetter.org>)
List pgsql-general
I have a little php-script to  help me learn foreign languages
In my php-code I have the following line:
$query="update wordlist set known=true where dutch='".$preceding."'";

This worked fine on a system running postgres 8.1, however in version
8.3.5 something changed which makes records with the dutch-field
containing single quotes unfindable. You could argue that it's a bad
practice to include records with single quotes in a field but in
language related applications it's unavoidable as single quotes are
used and escaping every single quote when adding data to the database
is something you can't ask the user.

example of a dutch field which causes the problem: hij zei: 'het is
waar'

I guess there must be a way to escape the single quotes automatically
without rebuilding the database

any help appreciated

hugo

pgsql-general by date:

Previous
From: Anderson dos Santos Donda
Date:
Subject: VACUUM
Next
From: Raymond O'Donnell
Date:
Subject: Re: problem with single quote in postgres 8.3.5