Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

Support all six built-in range types:

  • int4range — Range of integer
  • int8range — Range of bigint
  • numrange — Range of numeric
  • tsrange — Range of timestamp without time zone
  • tstzrange — Range of timestamp with time zone
  • daterange — Range of date

Fixes #323

Support all six built-in range types:

* int4range — Range of integer
* int8range — Range of bigint
* numrange — Range of numeric
* tsrange — Range of timestamp without time zone
* tstzrange — Range of timestamp with time zone
* daterange — Range of date
@kyleconroy kyleconroy merged commit 71d9c4b into main Aug 24, 2021
@kyleconroy kyleconroy deleted the kyle/pgx-range-types branch August 24, 2021 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support tsrange and tstzrange

2 participants