Page MenuHomePhabricator

Hide tsearch2 option until needed
Closed, InvalidPublic

Description

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')


Version: unspecified
Severity: enhancement

Details

Reference
bz21884

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.
StatusSubtypeAssignedTask
InvalidNone
InvalidNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:55 PM
bzimport set Reference to bz21884.
bzimport added a subscriber: Unknown Object (MLST).

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)

Jdforrester-WMF subscribed.

Migrating from the old tracking task to a tag for PostgreSQL-related tasks.