Documentation bug?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Documentation bug?
Дата
Msg-id mjf0c8$n5d$1@ger.gmane.org
обсуждение исходный текст
Ответы Re: Documentation bug?
Re: Documentation bug?
Список pgsql-general
Hello all,

I just noticed that you can do something like this (using 9.4.1):

   select array[1,2,3] - 3

which is doing the same thing as:

   select array_remove(array[1,2,3],3)

but the minus is not documented as an array operator:
http://www.postgresql.org/docs/current/static/functions-array.html 

Is that an oversight in the documentation or isn't the minus supposed to work like that in the first place?

Regards
Thomas

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

Предыдущее
От: hari.fuchs@gmail.com
Дата:
Сообщение: Re: Optimizing a read-only database
Следующее
От: Albe Laurenz
Дата:
Сообщение: Re: Documentation bug?