From: | "Sam's Lists" <samslists(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Cc: | lance_rushing(at)hotmail(dot)com |
Subject: | What happened with bug #2527? |
Date: | 2009-08-15 05:13:34 |
Message-ID: | 558124520908142213v360f2deax56c299fe4491edfc@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
I seem to be being bitten by the same bug as #2527 which was reported three
years ago.
http://archives.postgresql.org/pgsql-bugs/2006-07/msg00056.php
I can't find any record of it having been addressed.
The bug was filed under Postrges 8.1.1; I'm on 8.3.7 on Ubuntu.
The error when 07 starts with an '
x=# select to_tsquery('foo & ''07 & bar');
ERROR: syntax error in tsquery: "foo & '07 & bar"
Just plain 07 works okay:
x=# select to_tsquery('foo & 07 & bar');
to_tsquery
----------------------
'foo' & '07' & 'bar'
(1 row)
Is there a bug, or am I misunderstanding something?
Thanks
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-08-15 15:32:26 | Re: What happened with bug #2527? |
Previous Message | Robert Haas | 2009-08-14 17:01:30 | Re: Stalled post to pgsql-bugs |