Fix BRIN supported operators table

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 1443a165db007462c5044ad8d03d919ac4323e6d
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-06-20T15:26:36Z
Releases: 9.5.0
Fix BRIN supported operators table

Some of the entries in the inclusion opclasses where missing operators,
and we had an entry for inet_inclusion_ops instead of
network_inclusion_ops.  Sort the operators within each opclass by
strategy number, just to make it easier to spot mistakes.

Also sort the rows by data type name, rather than OID.

Files

PathChange+/−
doc/src/sgml/brin.sgml modified +93 −92