range data type size not mention in docs.

Поиск
Список
Период
Сортировка
От Jian He
Тема range data type size not mention in docs.
Дата
Msg-id CAMV54g35XSAq=+RL6H5W+8F7UG-s9eaDNNCTRuEGy76Vo+GGXw@mail.gmail.com
обсуждение исходный текст
Ответы Re: range data type size not mention in docs.  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs

range type seem not mention their size in the docs.
multi range size is variable.
But range size seems fixed.
why it's 17 byte?
select  pg_column_size('[10,20)' ::int4range ); --17 byte
select pg_column_size('[-2147483648,2147483647)' ::int4range ); --17 byte.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Does the POSITION() function takes into account the COLLATION... or not ?!?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: range data type size not mention in docs.