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
OK, thanks. I see that this is documented at https://docs.risingwave.com/sql/data-types/overview. It would be useful for users to document the limitations in PostgreSQL compatibility more explicitly (I see for example that the obj_description() function from PostgreSQL does not return correct results for a "COMMENT ON TABLE ...").
Describe the bug
SELECT 'foo'::varchar(20) triggers a parse error.
Error message/log
To Reproduce
SELECT 'foo'::varchar(20);
Expected behavior
No response
How did you deploy RisingWave?
Via the dockerhub image.
The version of RisingWave
PostgreSQL 13.14.0-RisingWave-2.1.0 (d6e98ac)
Additional context
No response
The text was updated successfully, but these errors were encountered: