Special characters

From: "Mihai Gheorghiu" <tanethq(at)earthlink(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Special characters
Date: 2001-08-17 15:11:01
Message-ID: 001d01c1272e$dc83f960$6e646464@New6.Travel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?
E.g. The user searches for O'Malley in the lastname field.

Thank you,

Mihai Gheorghiu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nilesh Kumar Jain 2001-08-17 15:12:35 Querry optimisation in Postgres SQL
Previous Message Jeff Eckermann 2001-08-17 14:50:37 Re: slow update but have an index