Last modified: 2012-08-04 20:49:02 UTC
99% of the people installing with Postgres as the backend will not need to change the tsearch2 schema, and it's kind of confusing to have it in there. Hide it from the installer such that the install will fail and it will be revealed only if PG is < 8.3 and the tsearch2 schema cannot be found (e.g. it's not 'public' or 'pg_catalog')
In 1.17 we're bumping the minimum Postgres version to 8.3 and removing this back-compat tsearch code (see r81132, bug 26612 comment 6)