Re: No multi range functions on version 12

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: No multi range functions on version 12
Дата
Msg-id 767db42b-e2a7-2685-c25d-4479de3c8422@postgresql.org
обсуждение исходный текст
Ответ на Re: No multi range functions on version 12  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: No multi range functions on version 12  (Nimrod Sadeh <nnnsadeh@gmail.com>)
Список pgsql-docs
On 12/15/22 6:46 AM, Magnus Hagander wrote:
> On Thu, Dec 15, 2022 at 12:45 PM PG Doc comments form 
> <noreply@postgresql.org <mailto:noreply@postgresql.org>> wrote:
> 
>     The following documentation comment has been logged on the website:
> 
>     Page: https://www.postgresql.org/docs/15/rangetypes.html
>     <https://www.postgresql.org/docs/15/rangetypes.html>
>     Description:
> 
>     Hello, according to the documentation, Postgres 12 should have multi
>     range
>     functions. However, in my installation of Postgres 12.12, I don't
>     have any
>     multi range function. When I ran them Postgres said they didn't
>     exist and I
>     can't see them when querying through pg_proc.
> 
> 
> What documentation says they should be in version 12? The page you 
> commented on is about PostgreSQL 15, and multiranges were not present in 
> version 12...

Multiranges were added in PostgreSQL 14:

"Range types have been extended by adding multiranges, allowing 
representation of noncontiguous data ranges."[1]

Jonathan

[1] https://www.postgresql.org/docs/release/14.0/

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: No multi range functions on version 12
Следующее
От: Nimrod Sadeh
Дата:
Сообщение: Re: No multi range functions on version 12