Stripping apostrophes from data

From: Andrew Edson <cheighlund(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Stripping apostrophes from data
Date: 2007-08-20 16:19:14
Message-ID: 486663.7339.qm@web34213.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there some program or procedure for stripping apostrophes (') from data in the db? Most of our data has been shuffled over to Postgres from an older system, and I'm occasionally running into data entered in the old system that has apostrophes in it. (Most recent example: A name field with the word "Today's" in it.) Given that most of my interactions with the database are through perl scripts and php pages, I can't always tell ahead of time what field I need is going to contain data that's deadly to my statements.

Alternately, is there some way of inserting or selecting data from the db which doesn't require the use of apostrophes for non-numeric fields?


---------------------------------
Luggage? GPS? Comic books?
Check out fitting gifts for grads at Yahoo! Search.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-08-20 16:30:21 Re: Stripping apostrophes from data
Previous Message Francisco Reyes 2007-08-20 15:53:22 tcp_keepalive values not taking