Open
Description
Eventually we are going to want to add support for converting various data types to formatted strings, and from formatted strings back again. Postgres handles this well and provides a lot of detail on the specifics of its implementation here.
- to_char(timestamp, text) sql,builtins: support to_char formatting builtins for timestamp and interval #91156
- to_char(interval, text) sql,builtins: support to_char formatting builtins for timestamp and interval #91156
- to_char(date, text) builtins: implement to_char(date, string) #102787
- to_char(int, text)
- to_char(double precision, text)
- to_char(numeric, text)
- to_date(text, text)
- to_timestamp(text, text)
- to_timestamp(double precision) (builtins: implement to_timestamp #77591)
- to_number(text, text)
gz#10829
Jira issue: CRDB-6199
Metadata
Metadata
Assignees
Labels
SQL built-in functions and semantics thereof.Semantic compatibility with PostgreSQLBlocking support for AWS Database Migration ServiceSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)SQL Foundations Team (formerly SQL Schema + SQL Sessions)Contains a list of several other issues.