Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Why does text search need a tsquery data type? I realize it needs
> tsvector so it can create indexes and updated trigger columns, but it
> seems tsquery could instead just be a simple text string.
By that logic, we don't need any data types other than text.
regards, tom lane