Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Add support for range column types #2700

Open
GeoApopei18 opened this issue Jul 27, 2024 · 0 comments
Open

[FEATURE]: Add support for range column types #2700

GeoApopei18 opened this issue Jul 27, 2024 · 0 comments
Labels

Comments

@GeoApopei18
Copy link

Describe what you want

Add support for:

  • int4range — Range of integer, int4multirange — corresponding Multirange
  • int8range — Range of bigint, int8multirange — corresponding Multirange
  • numrange — Range of numeric, nummultirange — corresponding Multirange
  • tsrange — Range of timestamp without time zone, tsmultirange — corresponding Multirange
  • tstzrange — Range of timestamp with time zone, tstzmultirange — corresponding Multirange
  • daterange — Range of date, datemultirange — corresponding Multirange

See postgresql documentation here

Should be able to create columns, or columns to be introspected from existing dbs (the latter being my case):

timestamp_range: tstzrange('timestamp_range').notNull()...

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants