Re: [HACKERS] patch for space around the FragmentDelimiter

2009-03-01 Thread Sushant Sinha
yeah you are right. I did not know that you can pass space using double quotes. -Sushant. On Sun, 2009-03-01 at 20:49 -0500, Tom Lane wrote: > Sushant Sinha writes: > > FragmentDelimiter is an argument for ts_headline function to separates > > different headline fragments. The default delimiter

Re: [HACKERS] patch for space around the FragmentDelimiter

2009-03-01 Thread Tom Lane
Sushant Sinha writes: > FragmentDelimiter is an argument for ts_headline function to separates > different headline fragments. The default delimiter is " ... ". > Currently if someone specifies the delimiter as an option to the > function, no extra space is added around the delimiter. However, it