mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
Fix bogus example for bit-string XOR (already fixed in HEAD).
Per Grzegorz Wojdyla.
This commit is contained in:
parent
097597578e
commit
63398a0381
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue