"Thomas H." <me(at)alternize(dot)com> writes:
> there are more problems with tsvectors. this also fails:
> SELECT ' just a test: 123 '::tsvector;
> ERROR: syntax error in tsvector: " just a test: 123 "
That's not a bug; your input isn't valid tsvector syntax.
regards, tom lane