sql: pretty-printing of partition clauses is incorrect #95238
Labels
A-sql-syntax
Issues strictly related to the SQL grammar, with no semantic aspect
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-rsg
Random Syntax Generator
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Epic: CRDB-17785
Found via #95239.
Describe the problem
When partition names or columns contain special characters, the output of SHOW CREATE is invalid SQL syntax.
For example:
The identifier inside PARTITION BY LIST is improperly quoted.
Jira issue: CRDB-23416
The text was updated successfully, but these errors were encountered: