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

feat: support generate_series with timestamptz type #20549

Closed
chenzl25 opened this issue Feb 20, 2025 · 0 comments · Fixed by #20564
Closed

feat: support generate_series with timestamptz type #20549

chenzl25 opened this issue Feb 20, 2025 · 0 comments · Fixed by #20564
Assignees
Milestone

Comments

@chenzl25
Copy link
Contributor

Is your feature request related to a problem? Please describe.

RisingWave supports

select * from generate_series('2025-01-01'::timestamp, '2025-01-02'::timestamp, interval '1 hour');

However it doesn't support

select * from generate_series('2025-01-01'::timestamptz, '2025-01-02'::timestamptz, interval '1 hour');

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot added this to the release-2.3 milestone Feb 20, 2025
@xiangjinwu xiangjinwu self-assigned this Feb 21, 2025
@xiangjinwu xiangjinwu linked a pull request Feb 21, 2025 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants