[BUGS] BUG #8367: wrong example in 8.17.10

2013-08-06 Thread koizumistr
The following bug has been logged on the website:

Bug reference:  8367
Logged by:  KOIZUMI Satoru
Email address:  koizumi...@minos.ocn.ne.jp
PostgreSQL version: 9.2.4
Operating system:   MacOSX
Description:

In 8.17.10 "Constraints on Ranges" of PostgreSQL 9.2.4 Documentation, a
constraint will prevent the overlapping values in an example. 
But in the example, range [2010-01-01 11:30, 2010-01-01 13:00) and range
[2010-01-01 14:45, 2010-01-01 15:45) do not overlap.



-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #6525: t_infomask2 is uint16, not int16

2012-03-10 Thread koizumistr
The following bug has been logged on the website:

Bug reference:  6525
Logged by:  KOIZUMI Satoru
Email address:  koizumi...@minos.ocn.ne.jp
PostgreSQL version: 9.1.3
Operating system:   Mac OS X
Description:

In Table 55-4. HeapTupleHeaderData Layout, the type of t_infomask2 is
"int16". But in src/include/access/htup.h, it is "uint16". Maybe the
document is wrong.


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #6384: pg_types_date.h does not exist

2012-01-06 Thread koizumistr
The following bug has been logged on the website:

Bug reference:  6384
Logged by:  KOIZUMI Satoru
Email address:  koizumi...@minos.ocn.ne.jp
PostgreSQL version: 9.1.2
Operating system:   Mac OS X
Description:

The sentence "The program has to include pg_types_date.h, declare a host
variable as the date type and convert a DATE value into a text form using
PGTYPESdate_to_asc() function." is in "33.4.4.2.1. timestamp, date".
But "pg_types_date.h" does not exist. It should be "pgtypes_date.h"


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs