BUG #5636: extra "(" or missing ")"

Поиск
Список
Период
Сортировка
От KOIZUMI Satoru
Тема BUG #5636: extra "(" or missing ")"
Дата
Msg-id 201009021041.o82AfX1n085947@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5636: extra "(" or missing ")"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5636
Logged by:          KOIZUMI Satoru
Email address:      koizumistr@minos.ocn.ne.jp
PostgreSQL version: 9.0RC1
Operating system:   MacOS X
Description:        extra "(" or missing ")"
Details:

At 33.8.5. The decimal type of PostgreSQL 9.0RC1 Documentation, "(" is
before "by means".
But there is no ")".
| the decimal type can be created either on the stack
| or on the heap (by means of the functions
| PGTYPESdecimal_new() and PGTYPESdecimal_free().

Maybe "(" is not needed or ")" is needed after "PGTYPESdecimal_free()".

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: issue about information_schema REFERENTIAL_CONSTRAINTS
Следующее
От: "Jochen Terstiege"
Дата:
Сообщение: BUG #5637: JDBC driver method setClob always uses getAsciiStream()