-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: support pg_catalog.regclass when casting #18856
Copy link
Copy link
Closed
Labels
A-sql-name-resolutionSQL name resolution rules and CTEs.SQL name resolution rules and CTEs.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Metadata
Metadata
Assignees
Labels
A-sql-name-resolutionSQL name resolution rules and CTEs.SQL name resolution rules and CTEs.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)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.