converting curly apostrophes to standard apostrophes

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: converting curly apostrophes to standard apostrophes
Date: 2005-08-15 19:14:16
Message-ID: 20050815191416.2425.qmail@web52911.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to replace all curly apostrophes with
standard apostrophes (presumably with replace(x,y,z))?
My database is SQL_ASCII and I can't find a character
code for curly apostrophes in ASCII here:
http://www.lookuptables.com, but nevertheless there
appear to be curly apostrophes in the database.

Thanks,
CSN


____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-08-15 19:20:19 Re: Apostrophe doesn't show up in command line
Previous Message Michael Fuhr 2005-08-15 19:10:08 Re: Question about the NAME type used in pg_proc and pg_class