Re: Performance problems testing with Spamassassin 3.1.0
PFC <lists@boutiquenumerique.com>
From: PFC <lists@boutiquenumerique.com>
To: "Matthew Schumacher" <matt.s@aptalaska.net>,
"Tom Lane" <tgl@sss.pgh.pa.us>
Cc: pgsql-performance@postgresql.org
Date: 2005-08-01T21:18:23Z
Lists: pgsql-performance
> 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 ?