Re: escape characters when inserting into a table

2009-01-07 Thread Otandeka Simon Peter
My apologies, was meant for another list. On Wed, Jan 7, 2009 at 9:01 PM, Magnus Bäck wrote: > On Wednesday, January 07, 2009 at 18:56 CET, > Otandeka Simon Peter wrote: > > > My apologies if I sent the wrong question but I need your help. > > > > I am using p

escape characters when inserting into a table

2009-01-07 Thread Otandeka Simon Peter
Hi All, My apologies if I sent the wrong question but I need your help. I am using perl + postgres in an app am writing. However I am failing to find a function to escape characters just like you use addslashes in php. Do I have to use a regex expression to do that or there is a function to use.

wildcards in aliasing

2008-11-19 Thread Otandeka Simon Peter
Anyone used wildcards in aliasing in postfix. What I want to do is lets say all emails sent using digits forexample [EMAIL PROTECTED] redirect them to my email address. How do I do that?