Question:What is the difference between to_tsvector() and ::tsvector ?
A to_tsvector () normalizes the string while ::tsvector does not
B to_tsvector () can be used in select statements, while ::tsvector cannot
C They are equivalent
D None of these above
+ AnswerB
+ Report