]> granicus.if.org Git - postgresql/commit
Full Text Search support for json and jsonb
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 31 Mar 2017 18:26:03 +0000 (14:26 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 31 Mar 2017 18:26:03 +0000 (14:26 -0400)
commite306df7f9cd6b4433273e006df11bdc966b7079e
tree9afb3d3ca47524d12b936c2fdfa37427eeaf62ea
parentc80b9920fcbcbf75e3d7e8fe092bf6e15d9d40b8
Full Text Search support for json and jsonb

The new functions are ts_headline() and to_tsvector.

Dmitry Dolgov, edited and documented by me.
doc/src/sgml/func.sgml
src/backend/tsearch/to_tsany.c
src/backend/tsearch/wparser.c
src/include/catalog/pg_proc.h
src/include/tsearch/ts_type.h
src/test/regress/expected/json.out
src/test/regress/expected/jsonb.out
src/test/regress/sql/json.sql
src/test/regress/sql/jsonb.sql