Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2009-01-15 Thread Bruce Momjian
This has been fixed and will be in the next 8.3 minor release. --- Tom Lane wrote: > "Denis Monsieur" writes: > > The problem is a space being added to text in the form of > > http://some.url/path > > Compare the output: >

Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2009-01-15 Thread Oleg Bartunov
On Wed, 14 Jan 2009, Bruce Momjian wrote: This bug still exists in my testing. We fixed all issues with ts_headline and will submit soon. --- Tom Lane wrote: "Denis Monsieur" writes: The problem is a space being ad

Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2009-01-14 Thread Bruce Momjian
This bug still exists in my testing. --- Tom Lane wrote: > "Denis Monsieur" writes: > > The problem is a space being added to text in the form of > > http://some.url/path > > Compare the output: > > > shs=# SELECT ts_headl

Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2008-12-08 Thread Tom Lane
"Denis Monsieur" <[EMAIL PROTECTED]> writes: > The problem is a space being added to text in the form of > http://some.url/path > Compare the output: > shs=# SELECT ts_headline('http://some.url', to_tsquery('sometext')); >ts_headline > - > http://some.url > (1 row) > shs=# SE

Re: [BUGS] BUG #4562: ts_headline() adds space when parsing url

2008-12-04 Thread gildas prime
dline - http://some.url (1 row) ester=# Gildas -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Denis Monsieur Envoyé : jeudi 4 décembre 2008 00:33 À : pgsql-bugs@postgresql.org Objet : [BUGS] BUG #4562: ts_headline() adds space

[BUGS] BUG #4562: ts_headline() adds space when parsing url

2008-12-03 Thread Denis Monsieur
The following bug has been logged online: Bug reference: 4562 Logged by: Denis Monsieur Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Debian etch Description:ts_headline() adds space when parsing url Details: My system is 8.3.4, but pe