Обсуждение: pgsql: docs: use alias in WHERE clause of full text search example

Поиск
Список
Период
Сортировка

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

От
Bruce Momjian
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6d7e9fb2816fcd23e5d1e95a52448eb9acf7f6e

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