Re: Performance problems testing with Spamassassin 3.1.0

From: Matthew Schumacher <matt(dot)s(at)aptalaska(dot)net>
To: PFC <lists(at)boutiquenumerique(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance problems testing with Spamassassin 3.1.0
Date: 2005-08-01 21:28:24
Message-ID: 42EE93F8.5010003@aptalaska.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-08-01 21:49:31 Re: Performance problems testing with Spamassassin 3.1.0
Previous Message PFC 2005-08-01 21:18:23 Re: Performance problems testing with Spamassassin 3.1.0