Re: [GENERAL] plperl trigger problem

2006-12-20 Thread Tom Lane
"Christian Maier" <[EMAIL PROTECTED]> writes: > I have some csv data and some columns are in a bad format. this means > that some float values are formatet as " ." if the are 0. So I have > made an before insert trigger that looks for these values and replaces > them but it dont work and I cann

[GENERAL] plperl trigger problem

2006-12-20 Thread Christian Maier
Sorry I have not found a plperl group so I hope the useres of this group can help me. I have some csv data and some columns are in a bad format. this means that some float values are formatet as " ." if the are 0. So I have made an before insert trigger that looks for these values and replaces

Re: [GENERAL] plperl trigger problem

2006-12-20 Thread BigSmoke
On Dec 20, 9:02 am, "Christian Maier" <[EMAIL PROTECTED]> wrote: > Sorry I have not found a plperl group so I hope the useres of this > group can help me. > > I have some csv data and some columns are in a bad format. this means > that some float values are formatet as " ." if the are 0. So I h