X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 01543329D5F for ; Fri, 10 Sep 2004 12:12:58 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 22356-04 for ; Fri, 10 Sep 2004 11:12:51 +0000 (GMT) Received: from student.uci.agh.edu.pl (student.uci.agh.edu.pl [149.156.98.60]) by svr1.postgresql.org (Postfix) with ESMTP id C0000329CBC for ; Fri, 10 Sep 2004 12:12:52 +0100 (BST) Received: by student.uci.agh.edu.pl (Postfix, from userid 33060) id 3141564624; Fri, 10 Sep 2004 13:12:46 +0200 (CEST) Date: Fri, 10 Sep 2004 13:12:46 +0200 From: Grzegorz Wojdyla To: pgsql-docs@postgresql.org Subject: Bug in chapter 9.3 in PostgreSQL 7.4.5 Documentation Message-ID: <20040910111246.GA13377@student.uci.agh.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/20 X-Sequence-Number: 2539 Hi. There is a mistake in above place - in the table 9-3 (Bit String Bitwise Operators). In row number 3 the result is 11110 and probably should be 11100. Yours sincerely Grzesiek Wojdyła --