Fix bogus example for bit-string XOR (already fixed in HEAD).
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Sep 2004 16:15:26 +0000 (16:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 11 Sep 2004 16:15:26 +0000 (16:15 +0000)
Per Grzegorz Wojdyla.

doc/src/sgml/func.sgml

index adf97e39d370fb908ef38680c2986518af64bee9..0eae887ae9f1506718b6c962a6cc79d9f5f6150c 100644 (file)
@@ -517,7 +517,7 @@ PostgreSQL documentation
        </row>
        <row>
         <entry><literal>B'10001' # B'01101'</literal></entry>
-        <entry><literal>11110</literal></entry>
+        <entry><literal>11100</literal></entry>
        </row>
        <row>
         <entry><literal>~ B'10001'</literal></entry>