Re: A bug or documentation error?

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: A bug or documentation error?
Дата
Msg-id 65937bea0611212052x4cd00934j1133d20795ea04b7@mail.gmail.com
обсуждение исходный текст
Ответ на A bug or documentation error?  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Ответы Re: A bug or documentation error?
Список pgsql-bugs
Sorry, again, for an incomplete mail:

Hi all,

    On this page (
http://www.postgresql.org/docs/8.1/interactive/functions-array.html ), the
entry for array_lower() says:

Example:
  array_lower(array_prepend(0, ARRAY[1,2,3]), 1)
Result:
  0

But in this is the output that I am getting:

postgres=# select array_lower(array_prepend( 0, array[1,2,3] ), 1 );
 array_lower
-------------
           1
(1 row)

postgres=#

Is it a bug in array_lower, array or is it a doc error? I am on 8.2 Beta 1.

--
gurjeet[.singh]@ EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | yahoo }.com

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

Предыдущее
От: "Gurjeet Singh"
Дата:
Сообщение: A bug or documentation error?
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: A bug or documentation error?