-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-semanticsA-tools-aws-dmsBlocking support for AWS Database Migration ServiceBlocking support for AWS Database Migration ServiceC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)meta-issueContains a list of several other issues.Contains a list of several other issues.sync-me-8
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
jordan-thoms, MEschenbacher, tomholub, Anticom, sami-sweng and 5 more
Metadata
Metadata
Assignees
Labels
A-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-semanticsA-tools-aws-dmsBlocking support for AWS Database Migration ServiceBlocking support for AWS Database Migration ServiceC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)meta-issueContains a list of several other issues.Contains a list of several other issues.sync-me-8