Re: Special characters

From: "Mihai Gheorghiu" <tanethq(at)earthlink(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Special characters
Date: 2001-08-17 18:45:45
Message-ID: 000a01c1274d$06fd1960$6e646464@New6.Travel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you very much.
I located it.

-----Original Message-----
From: Doug McNaught <doug(at)wireboard(dot)com>
To: Mihai Gheorghiu <tanethq(at)earthlink(dot)net>
Cc: pgsql-general(at)postgresql(dot)org <pgsql-general(at)postgresql(dot)org>
Date: Friday, August 17, 2001 11:30 AM
Subject: Re: [GENERAL] Special characters

>"Mihai Gheorghiu" <tanethq(at)earthlink(dot)net> writes:
>
>> Yet another newbie question...
>> The database I'm working on will have fields with special characters:
CR/LF,
>> ' (like in O'Malley) etc.
>> Is there an easy way to deal with this (in INSERT, UPDATE and SELECT), or
>> should the front end application (Java) take care of escaping those
>> characters?
>
>If you use PreparedStatements, the JDBC driver will quote and escape
>the arguments appropriately. If you don't, and build your SQL on the
>fly, you'll have to do it yourself.
>
>-Doug
>--
>Free Dmitry Sklyarov!
>http://www.freesklyarov.org/
>
>We will return to our regularly scheduled signature shortly.
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster

Browse pgsql-general by date

  From Date Subject
Next Message Jon Garfunkel 2001-08-17 19:22:57 middleware for PostgreSQL: sneak preview
Previous Message Neal Lindsay 2001-08-17 18:41:47 Simulating field-level permissions via stored SQL functions?