[jboss-user] [JBoss Seam] - Re: Error Compiling generated entities from Postgre

vcordaro12 do-not-reply at jboss.com
Mon Nov 26 13:08:42 EST 2007


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#4107845

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107845



More information about the jboss-user mailing list