v1.1.0 Summary Chapter 3: Database objects 3. Introduction 3.24. Operator families

3.24. Operator families

Operator families define a collection of related operator classes, operators, and support functions. All objects reunited in an operator family must be semantically compatible. The key attribute to denote this compatibility is the index access method used by all grouped objects, meaning that these objects must have the same index access method as the operator family to make part of the set.

Attribute Description
Indexing Index access method used by the operator family. Possible values are btree, gin, gist, hash, spgist and brin.

Mar 7, 2024 at 10:13