@@ -4952,16 +4952,31 @@ List of access methods
49524952 btree | integer_ops | smallint, integer, bigint
49534953(1 row)
49544954
4955- \dAo brin uuid_minmax_ops
4956- List of operators of operator families
4957- AM | Opfamily Name | Operator
4958- ------+-----------------+-----------------
4959- brin | uuid_minmax_ops | < (uuid, uuid)
4960- brin | uuid_minmax_ops | <= (uuid, uuid)
4961- brin | uuid_minmax_ops | = (uuid, uuid)
4962- brin | uuid_minmax_ops | >= (uuid, uuid)
4963- brin | uuid_minmax_ops | > (uuid, uuid)
4964- (5 rows)
4955+ \dAo+ btree float_ops
4956+ List of operators of operator families
4957+ AM | Opfamily Name | Operator | Strategy | Purpose | Sort opfamily
4958+ -------+---------------+-----------------------------------------+----------+---------+---------------
4959+ btree | float_ops | < (double precision, double precision) | 1 | search |
4960+ btree | float_ops | <= (double precision, double precision) | 2 | search |
4961+ btree | float_ops | = (double precision, double precision) | 3 | search |
4962+ btree | float_ops | >= (double precision, double precision) | 4 | search |
4963+ btree | float_ops | > (double precision, double precision) | 5 | search |
4964+ btree | float_ops | < (real, real) | 1 | search |
4965+ btree | float_ops | <= (real, real) | 2 | search |
4966+ btree | float_ops | = (real, real) | 3 | search |
4967+ btree | float_ops | >= (real, real) | 4 | search |
4968+ btree | float_ops | > (real, real) | 5 | search |
4969+ btree | float_ops | < (double precision, real) | 1 | search |
4970+ btree | float_ops | <= (double precision, real) | 2 | search |
4971+ btree | float_ops | = (double precision, real) | 3 | search |
4972+ btree | float_ops | >= (double precision, real) | 4 | search |
4973+ btree | float_ops | > (double precision, real) | 5 | search |
4974+ btree | float_ops | < (real, double precision) | 1 | search |
4975+ btree | float_ops | <= (real, double precision) | 2 | search |
4976+ btree | float_ops | = (real, double precision) | 3 | search |
4977+ btree | float_ops | >= (real, double precision) | 4 | search |
4978+ btree | float_ops | > (real, double precision) | 5 | search |
4979+ (20 rows)
49654980
49664981\dAo * pg_catalog.jsonb_path_ops
49674982 List of operators of operator families
@@ -4972,15 +4987,19 @@ List of access methods
49724987 gin | jsonb_path_ops | @@ (jsonb, jsonpath)
49734988(3 rows)
49744989
4975- \dAp brin uuid_minmax_ops
4976- List of procedures of operator families
4977- AM | Operator family | Left arg type | Right arg type | Number | Proc name
4978- ------+-----------------+---------------+----------------+--------+------------------------
4979- brin | uuid_minmax_ops | uuid | uuid | 1 | brin_minmax_opcinfo
4980- brin | uuid_minmax_ops | uuid | uuid | 2 | brin_minmax_add_value
4981- brin | uuid_minmax_ops | uuid | uuid | 3 | brin_minmax_consistent
4982- brin | uuid_minmax_ops | uuid | uuid | 4 | brin_minmax_union
4983- (4 rows)
4990+ \dAp btree float_ops
4991+ List of procedures of operator families
4992+ AM | Operator family | Left arg type | Right arg type | Number | Proc name
4993+ -------+-----------------+------------------+------------------+--------+---------------------
4994+ btree | float_ops | double precision | double precision | 1 | btfloat8cmp
4995+ btree | float_ops | double precision | double precision | 2 | btfloat8sortsupport
4996+ btree | float_ops | double precision | double precision | 3 | in_range
4997+ btree | float_ops | real | real | 1 | btfloat4cmp
4998+ btree | float_ops | real | real | 2 | btfloat4sortsupport
4999+ btree | float_ops | double precision | real | 1 | btfloat84cmp
5000+ btree | float_ops | real | double precision | 1 | btfloat48cmp
5001+ btree | float_ops | real | double precision | 3 | in_range
5002+ (8 rows)
49845003
49855004\dAp * pg_catalog.uuid_ops
49865005 List of procedures of operator families
0 commit comments