Hello,

As I can see from stratnum.h and brin_inclusion.c, two operator strategies for BRIN inclusion opclass are messed in docs. Patch attached.

Best regards,
Alexander
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index 245ec5d..31384b4 100644
--- a/doc/src/sgml/brin.sgml
+++ b/doc/src/sgml/brin.sgml
@@ -703,13 +703,13 @@ typedef struct BrinOpcInfo
     </row>
     <row>
      <entry>Operator Strategy 4</entry>
-     <entry>operator right-of</entry>
-     <entry>Operator Strategy 2</entry>
+     <entry>operator does-not-extend-to-the-left-of</entry>
+     <entry>Operator Strategy 1</entry>
     </row>
     <row>
      <entry>Operator Strategy 5</entry>
-     <entry>operator does-not-extend-to-the-right-of</entry>
-     <entry>Operator Strategy 1</entry>
+     <entry>operator right-of</entry>
+     <entry>Operator Strategy 2</entry>
     </row>
     <row>
      <entry>Operator Strategy 6, 18</entry>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to