BUG #13445: 8.15.1 is missleading regarding array dimensionality

Поиск
Список
Период
Сортировка
От brent.n.douglas@gmail.com
Тема BUG #13445: 8.15.1 is missleading regarding array dimensionality
Дата
Msg-id 20150615161609.2737.79192@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13445: 8.15.1 is missleading regarding array dimensionality  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13445
Logged by:          Brent Douglas
Email address:      brent.n.douglas@gmail.com
PostgreSQL version: 9.4.4
Operating system:   docs only
Description:

Section 8.15.1 is slightly missleading regarding array dimensionality as the
first example and following comment both read like array declarations in
many programming languages where [] is a single dimensional array and [][]
is a two dimensional array while having different semantics.

To make it more obvious that arrays do not have dimensions the section
stating this could be moved before the example table sal_emp.

The words "one-dimensional" and "two-dimensional" in the comment on the
sal_emp example table could also be removed.

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

Предыдущее
От: "Soule, Cathi (HQP)"
Дата:
Сообщение: Re: BUG #13438: Restore using GUI client - Data Not Loading
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: BUG #13443: master will remove dead rows when hot standby(use slot) disconnect