Same thing on 8.3.5 Win32

ester=# SELECT ts_headline('http://some.url/path', to_tsquery('sometext'));
      ts_headline
-----------------------
 http:// some.url/path
(1 row)

ester=# SELECT ts_headline('http://some.url', to_tsquery('sometext'));
   ts_headline
-----------------
 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 when parsing url


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 people in #postgresql with 8.3.5 have confirmed the
issue.

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=# SELECT ts_headline('http://some.url/path', to_tsquery('sometext'));
      ts_headline
-----------------------
 http:// some.url/path
(1 row)

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to