You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each postgres range type supports whats called a multirange
Every range type has a corresponding multirange type. A multirange is an ordered list of non-contiguous, non-empty, non-null ranges. Most range operators also work on multiranges, and they have a few functions of their own.
Each postgres range type supports whats called a multirange
E.g.
We should decide if and how we want to support multi ranges, probably under another module prefix, like
EctoRange.Multi.Date
The text was updated successfully, but these errors were encountered: