diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index 4d8fd20c1c4..e25f09c6800 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -88,127 +88,6 @@ - - bytea_minmax_ops - bytea - - < - <= - = - >= - > - - - - char_minmax_ops - "char" - - < - <= - = - >= - > - - - - name_minmax_ops - name - - < - <= - = - >= - > - - - - int8_minmax_ops - bigint - - < - <= - = - >= - > - - - - int2_minmax_ops - smallint - - < - <= - = - >= - > - - - - int4_minmax_ops - integer - - < - <= - = - >= - > - - - - text_minmax_ops - text - - < - <= - = - >= - > - - - - oid_minmax_ops - oid - - < - <= - = - >= - > - - - - tid_minmax_ops - tid - - < - <= - = - >= - > - - - - float4_minmax_ops - real - - < - <= - = - >= - > - - - - float8_minmax_ops - double precision - - < - <= - = - >= - > - - abstime_minmax_ops abstime @@ -221,119 +100,8 @@ - reltime_minmax_ops - reltime - - < - <= - = - >= - > - - - - macaddr_minmax_ops - macaddr - - < - <= - = - >= - > - - - - inet_minmax_ops - inet - - < - <= - = - >= - > - - - - inet_inclusion_ops - inet - - && - >> - >>= - << - <<= - = - - - - bpchar_minmax_ops - character - - < - <= - = - >= - > - - - - date_minmax_ops - date - - < - <= - = - >= - > - - - - time_minmax_ops - time without time zone - - < - <= - = - >= - > - - - - timestamp_minmax_ops - timestamp without time zone - - < - <= - = - >= - > - - - - timestamptz_minmax_ops - timestamp with time zone - - < - <= - = - >= - > - - - - interval_minmax_ops - interval - - < - <= - = - >= - > - - - - timetz_minmax_ops - time with time zone + int8_minmax_ops + bigint < <= @@ -364,6 +132,146 @@ > + + box_inclusion_ops + box + + << + &< + && + &> + >> + ~= + @> + <@ + &<| + <<| + |>> + |&> + + + + bytea_minmax_ops + bytea + + < + <= + = + >= + > + + + + bpchar_minmax_ops + character + + < + <= + = + >= + > + + + + char_minmax_ops + "char" + + < + <= + = + >= + > + + + + date_minmax_ops + date + + < + <= + = + >= + > + + + + float8_minmax_ops + double precision + + < + <= + = + >= + > + + + + inet_minmax_ops + inet + + < + <= + = + >= + > + + + + network_inclusion_ops + inet + + && + >>= + <<= + = + >> + << + + + + int4_minmax_ops + integer + + < + <= + = + >= + > + + + + interval_minmax_ops + interval + + < + <= + = + >= + > + + + + macaddr_minmax_ops + macaddr + + < + <= + = + >= + > + + + + name_minmax_ops + name + + < + <= + = + >= + > + + numeric_minmax_ops numeric @@ -375,36 +283,6 @@ > - - uuid_minmax_ops - uuid - - < - <= - = - >= - > - - - - range_inclusion_ops - any range type - - && - &> - &< - >> - << - <@ - = - @> - < - <= - = - >= - > - - pg_lsn_minmax_ops pg_lsn @@ -417,21 +295,144 @@ - box_inclusion_ops - box + oid_minmax_ops + oid + < + <= + = + >= + > + + + + range_inclusion_ops + any range type + + << + &< && &> - &< >> - << - <@ - ~= @> - &>| - |&< - >>| - |<< + <@ + -|- + = + < + <= + = + > + >= + + + + float4_minmax_ops + real + + < + <= + = + >= + > + + + + reltime_minmax_ops + reltime + + < + <= + = + >= + > + + + + int2_minmax_ops + smallint + + < + <= + = + >= + > + + + + text_minmax_ops + text + + < + <= + = + >= + > + + + + tid_minmax_ops + tid + + < + <= + = + >= + > + + + + timestamp_minmax_ops + timestamp without time zone + + < + <= + = + >= + > + + + + timestamptz_minmax_ops + timestamp with time zone + + < + <= + = + >= + > + + + + time_minmax_ops + time without time zone + + < + <= + = + >= + > + + + + timetz_minmax_ops + time with time zone + + < + <= + = + >= + > + + + + uuid_minmax_ops + uuid + + < + <= + = + >= + >