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

Started by Bruce Momjianover 6 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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: /messages/by-id/158316348159.30450.16075357948244298217@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/39ceaa275a2ba1397e24278803ca393cc1430050

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)