builtins: support postgre's FORMAT function #87260
Labels
A-sql-builtins
SQL built-in functions and semantics thereof.
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
See:
https://www.postgresql.org/docs/14/functions-string.html#FUNCTIONS-STRING-FORMAT
This is a much simpler interface than
to_char
and thus would be a nice low hanging fruit to pluck.Related to #3781.
Discussed for Piccolo ORM compatibility here: piccolo-orm/piccolo#607 (comment)
cc @rafiss
Jira issue: CRDB-19242
The text was updated successfully, but these errors were encountered: