Contents
tsearch2
A former contrib module providing full text search capability
This entry relates to a PostgreSQL feature which is deprecated and may be desupported in future releases.
tsearch2
is a former contrib module providing full text search capability.
tsearch2
was added in PostgreSQL 7.4, converted to provide backwards compatibility in PostgreSQL 8.3 with the integration of full text search into core PostgreSQL, and removed entirely in PostgreSQL 10.
Change history
- PostgreSQL 10
- removed (commit 7ada2d31)
- PostgreSQL 8.3
- converted to provide backwards compatibility following the integration of full text search into core PostgreSQL (commit 90e3f2ac)
- PostgreSQL 7.4
- added (commit b8860533)
References
- PostgreSQL 9.6 documentation: tsearch2