-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: incomplete desugaring of type keywords into type names #24686
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-typingSQLtype inference, typing rules, type compatibility.SQLtype inference, typing rules, type compatibility.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Milestone
Description
Noticed while reviewing cockroachdb/docs#2887.
The following PR #18530 introduced support for the special, internal-only type in PostgreSQL called "char".
This is incomplete, see the comment below for details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-typingSQLtype inference, typing rules, type compatibility.SQLtype inference, typing rules, type compatibility.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.