docs: use alias in WHERE clause of full text search example

Bruce Momjian <bruce@momjian.us>

Commit: ff339f4359424f4a8b5737168a749eff962d7f94
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-03-21T00:19:32Z
Releases: 12.3
docs:  use alias in WHERE clause of full text search example

The current doc query specified an alias in the FROM clause and used in
it the target list, but not in the WHERE clause.

Reported-by: axykon@gmail.com

Discussion: https://postgr.es/m/158316348159.30450.16075357948244298217@wrigleys.postgresql.org

Backpatch-through: 9.5

Files

PathChange+/−
doc/src/sgml/textsearch.sgml modified +1 −1

Documentation touched