Polish the documentation concerning phrase text search.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6581e930a8546a764e948ad429fc2e179fc38d09
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-06-09T04:30:59Z
Releases: 9.6.0
Polish the documentation concerning phrase text search.

Fix grammar, improve examples, etc.

I did not attempt to document the current behavior concerning distance-zero
matches, because I think that's broken and needs to change, so I'm not
going to use up brain cells figuring out how to explain how it works now.
One way or the other, there's still more to write here.

Files

PathChange+/−
doc/src/sgml/datatype.sgml modified +12 −5
doc/src/sgml/func.sgml modified +20 −5
doc/src/sgml/textsearch.sgml modified +104 −75

Documentation touched