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
Is your feature request related to a problem? Please describe.
Some pg clients when initiating a connection will send a set statement like SET TIME ZONE INTERVAL ‘+00:00’ HOUR TO MINUTE;, but currently risingwave doesn't support it. We can treat it as a special statement and deal with it in the parser.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some pg clients when initiating a connection will send a set statement like
SET TIME ZONE INTERVAL ‘+00:00’ HOUR TO MINUTE;
, but currently risingwave doesn't support it. We can treat it as a special statement and deal with it in the parser.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: