Open fqazi opened 6 months ago
We might need to update the syntax rule for collation names here: https://github.com/cockroachdb/cockroach/blob/c1828e71175a0406380c8295ec23cd71d295621d/pkg/sql/parser/sql.y#L16721
Also part of the original customer feedback: the original SQL that was not working was generated by the \d <table_or_view_name>
command. So the customer is not just saying "hey this SQL doesn't work", but also "why does the describe command produce SQL that doesn't work".
Currently CRDB does not support the builtin collation pg_catalog.default, which makes it incompatible with PostgresSQL. For example we support the following:
but on Postgres the following is valid syntax as well.
Jira issue: CRDB-38613