Re: range_agg
От | Jeff Davis |
---|---|
Тема | Re: range_agg |
Дата | |
Msg-id | 1aa74907738fbb756e9122e044f82b1e351e171c.camel@j-davis.com обсуждение исходный текст |
Ответ на | Re: range_agg (Paul A Jungwirth <pj@illuminatedcomputing.com>) |
Ответы |
Re: range_agg
|
Список | pgsql-hackers |
On Sat, 2019-08-17 at 10:47 -0700, Paul A Jungwirth wrote: > So I'm wondering how seriously I should take this for multiranges? I > guess if a range type did support typmods, it would just delegate to > the underlying element type for their meaning, and so a multirange > should delegate it too? Is there any historical discussion around > typemods on range types? I did find a few references: https://www.postgresql.org/message-id/1288029716.8645.4.camel%40jdavis-ux.asterdata.local https://www.postgresql.org/message-id/20110111191334.GB11603%40fetter.org https://www.postgresql.org/message-id/1296974485.27157.136.camel@jdavis I'd be interested in ways that we can use a typmod-like concept to improve the type system. Unfortunately, typmod is just not sophisticated enough to do very much because it's lost through function calls. Improving that would be a separate and challenging project. So, I wouldn't spend a lot of time on typmod for multiranges. Regards, Jeff Davis
В списке pgsql-hackers по дате отправления: