small suggested change for examples in array docs

Поиск
Список
Период
Сортировка
От hernan gonzalez
Тема small suggested change for examples in array docs
Дата
Msg-id AANLkTi=AVPAWnjnGA2ngGW+uGbE3ZnxCFEqJt38tFb6_@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Most examples in the array documentation uses ARRAY[1,2,3] and similar.

http://www.postgresql.org/docs/9.0/interactive/functions-array.html

I think (actually I have experienced it, both in myself and others)
that this can be misleading in some cases.
For example:   array_upper(ARRAY[1,2,3,4], 1) => 4  : (is this '4' a
value or an index ?)
Something like ARRAY[10,20,30,40] would be a better choice.

Hernán

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Case Sensitivity
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Case Sensitivity