class TSVECTOR(sqltypes.TypeEngine):
The _postgresql.TSVECTOR
type implements the PostgreSQL
text search type TSVECTOR.
It can be used to do full text queries on natural language documents.
See Also
Class Variable | __visit​_name__ |
Undocumented |