Re: tsearch2 question

From: Wei Weng <wweng(at)kencast(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: tsearch2 question
Date: 2003-09-26 18:34:11
Message-ID: Pine.LNX.4.56.0309261431540.10646@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

When I ran psql testdb < untsearch2.sql

I got the following error message:

psql:untsearch2.sql:15: ERROR: RemoveAggregate: aggregate stat(tsvector)
does not exist

I didn't really do anything before this. Only dropped the trigger and gist
index I created (in order to use tsearch2), and alter table testtb drop
column idxtest tsvector.

Where did I do wrong?

Thanks

Wei

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message George Weaver 2003-09-26 19:15:19 Re: Capturing pgsql ERRORS/NOTICES to file
Previous Message Josh Berkus 2003-09-26 18:33:57 Re: Capturing pgsql ERRORS/NOTICES to file