Andreas Joseph Krogh <[EMAIL PROTECTED]> writes:
> In 8.2 this produces an error:
> SELECT headline('default', 'a b c', 'c'::tsquery,
> 'StartSel=<span class="style1">, StopSel=</span>');
> ERROR: syntax error
> DETAIL: Syntax error in position 15.
Sure you don't just need to quote the values?
regression=# SELECT ts_headline('english', 'a b c', 'c'::tsquery,
$$StartSel='<span class="style1">', StopSel='</span>'$$);
ts_headline
-----------------------------------
a b <span class="style1">c</span>
(1 row)
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate