Bug in chapter 9.3 in PostgreSQL 7.4.5 Documentation

Started by Grzegorz Wojdylaover 21 years ago2 messagesdocs
Jump to latest
#1Grzegorz Wojdyla
gwojdyla@student.uci.agh.edu.pl

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
--

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Grzegorz Wojdyla (#1)
Re: Bug in chapter 9.3 in PostgreSQL 7.4.5 Documentation

Grzegorz Wojdyla <gwojdyla@student.uci.agh.edu.pl> writes:

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.

It seems already fixed in 8.0 docs, but I have corrected the 7.4 branch
as well. Thanks.

regards, tom lane