Re: [INTERFACES] How to store ' - Mailing list pgsql-interfaces

From Ken J. Wright
Subject Re: [INTERFACES] How to store '
Date
Msg-id 3.0.32.19990507132105.008d9a40@ren.cncware.com
Whole thread Raw
List pgsql-interfaces
You have to preceed each occurence of ' with a \.
So "test'string" becomes "test\'string".

Cheers!

Ken

At 08:02 PM 5/7/99 +0000, you wrote:
>
>Hello,
>
>Is there a way to store a string with the ' character in it ?
>I have to import a database with a lot of strings containing the '
>character.
>If it is not possible i should write a script to replace them with a `
>char.
>
>Thanks in advance,
>
>Henk Jan
>



pgsql-interfaces by date:

Previous
From: Henk Jan Barendregt
Date:
Subject: How to store '
Next
From: "Gregory W Burnham"
Date:
Subject: Re: [INTERFACES] How to store '