Correct CREATE INDEX documentation for opclass parameters

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 3eabc62312ef9da7885d2d3380986e0592a0ee5d
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-04-01T12:01:26Z
Releases: 13.0
Correct CREATE INDEX documentation for opclass parameters

Old versions of opclass parameters patch supported ability to specify DEFAULT
as the opclass name in CREATE INDEX command.  This ability was removed in the
final version, but 911e702077 still mentions that in the documentation.

Files

PathChange+/−
doc/src/sgml/ref/create_index.sgml modified +1 −1

Documentation touched