Re: [BUGS] tsearch2 headline function fails to parse integer arguments

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Tom Hebbron" <postgresql.org@hebbron.com>
Cc: pgsql-bugs@postgresql.org, pgsql-www@postgresql.org
Date: 2005-01-09T21:04:29Z
Lists: pgsql-bugs
"Tom Hebbron" <postgresql.org@hebbron.com> writes:
> SELECT headline('some text to search',to_tsquery('text'),'StartSel=<b>, 
> StopSel=</b>, ShortWord=3')

> On 8.0beta1 through 8.0rc3 this query fails with
> ERROR: invalid input syntax for integer: "3"

Thanks for the report.  Patch applied.

> There also seems to be a problem with the bug submission form on the 
> website - the wwwmaster.postgresql.org server that handles the POST data 
> doesn't respond - it appears to be down?

Not my turf, but maybe someone on pgsql-www will know what's up.

			regards, tom lane