From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #1081: Spelling error in tsearch2.sql leading to problems |
Date: | 2004-02-20 20:44:49 |
Message-ID: | 200402202044.i1KKinH25216@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Fixed and backpatched to 7.4.X. Thanks, though those lines are
commented out with --, so I am not sure why it is causing you a problem.
---------------------------------------------------------------------------
PostgreSQL Bugs List wrote:
>
> The following bug has been logged online:
>
> Bug reference: 1081
> Logged by: Aarjav Trivedi
>
> Email address: aarjav(at)cc(dot)gatech(dot)edu
>
> PostgreSQL version: 7.4
>
> Operating system: Linux
>
> Description: Spelling error in tsearch2.sql leading to problems with
> tsearch
>
> Details:
>
> On line 620 of tsearch2.sql which is required to install and run TSEARCH,
>
> REATE FUNCTION tsstat_in(cstring)
>
> should be
>
> CREATE FUNCTION tsstat_in(cstring)
>
> because of this error, TSEARCH fails to work as specified,
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-02-20 20:46:22 | Re: i have one doubt |
Previous Message | Bruce Momjian | 2004-02-20 20:37:39 | Re: Maybe a bug found with nextval() function |