The fullTextIndex is a tsvector in the database
ALTER TABLE adlib.annotation_tsearch DROP COLUMN full_text_index;
ALTER TABLE adlib.annotation_tsearch ADD COLUMN full_text_index tsvector;
ALTER TABLE adlib.annotation_tsearch ALTER COLUMN full_text_index SET STORAGE EXTENDED;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107845#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...