| From: | Bruno Boettcher <bboett(at)erm1(dot)u-strasbg(dot)fr> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: what's wrong with my plperl function? |
| Date: | 2000-12-06 16:59:09 |
| Message-ID: | 20001206175909.A17226@erm1.u-strasbg.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Wed, Dec 06, 2000 at 05:52:13PM +0100, Bruno Boettcher wrote:
> $work =~s/\.//g;
ehm yeah stupid me... think i even read it somewhere in the docu....
should be $work =~ s/\\.//g;
:(
at least it works now...
--
ciao bboett
==============================================================
bboett(at)earthling(dot)net
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===============================================================
the total amount of intelligence on earth is constant.
human population is growing....
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruno Boettcher | 2000-12-06 18:10:40 | HELP: can i have a trigger before postgres tries to check data types? |
| Previous Message | Bruno Boettcher | 2000-12-06 16:52:13 | Re: what's wrong with my plperl function? |