]> granicus.if.org Git - postgresql/commitdiff
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 b035f0ab02cb2863dcf066105721e5174b212a78..28214d23e914e52e5f218f5efb57db24be6e63b3 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.177.2.2 2003/11/24 14:50:01 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.177.2.3 2004/09/11 16:15:26 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -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>