Add prefix operator for TEXT type.

Teodor Sigaev <teodor@sigaev.ru>

Commit: 710d90da1fd8c1d028215ecaf7402062079e99e9
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2018-04-03T16:46:45Z
Releases: 11.0
Add prefix operator for TEXT type.

The prefix operator along with SP-GiST indexes can be used as an alternative
for LIKE 'word%' commands  and it doesn't have a limitation of string/prefix
length as B-Tree has.

Bump catalog version

Author: Ildus Kurbangaliev with some editorization by me
Review by: Arthur Zakirov, Alexander Korotkov, and me
Discussion: https://www.postgresql.org/message-id/flat/20180202180327.222b04b3@wp.localdomain

Files

Documentation touched

Discussion