sql: support pg_catalog.regclass when casting #18856
Labels
A-sql-name-resolution
SQL name resolution rules and CTEs.
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
When casting, apparently Cockroachdb doesn't (yet) support pg_catalog.regclass although regclass works fine. It would help if CockroachDB could (eventually) support this, to avoid namespace clashes.
In Postgres
In CockroachDB
Downstream issue robins/postgres#23 is dependent on this to be fixed.
The text was updated successfully, but these errors were encountered: