Re: Performance problems testing with Spamassassin 3.1.0

Matthew Schumacher <matt.s@aptalaska.net>

From: Matthew Schumacher <matt.s@aptalaska.net>
To: PFC <lists@boutiquenumerique.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-performance@postgresql.org
Date: 2005-08-01T21:28:24Z
Lists: pgsql-performance
PFC wrote:
> 
> 
>> select put_tokens2(1, '{"\\246\\323\\061\\332\\277"}', 1, 1, 10000);
> 
> 
>     Try adding more backslashes until it works (seems that you need \\\\
> or  something).
>     Don't DBI convert the language types to postgres quoted forms on its
> own ?
> 

Your right.... I am finding that the proc is not the problem as I
suspected, it works correctly when I am not calling it from perl,
something isn't escaped correctly....

schu