Subject: How to insert apostrophied names into postgres
Date: Tue, 19 Feb 2008 10:57:08 +1100
eg Peter's
if one passes the name to an sql in code it ends up looking like:
insert into whatevertable (name) values('Peter's');
and bombs.
Any suggestions appreciated.
Richard