-
Notifications
You must be signed in to change notification settings - Fork 898
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
Use an expression for time column (e.g., for time stored in JSON blob) #16
Comments
Can you clarify what you mean by using an expression? |
I mean that when make a hypertable one can use a Postgres' expression like the following:
If the time values are stored in a json type column, we need this. |
Currently you cannot. Time must be stored as a column either using an int datatype or a timestamp datatype. Further, not sure where support for that would fit on our roadmap, but we will keep it in mind! |
Is it possible to modify timescaledb to use an expression for the time column?
The text was updated successfully, but these errors were encountered: