Skip to content

Conversation

@nwt
Copy link
Member

@nwt nwt commented Nov 7, 2025

In the parser, recognize types listed at
https://www.postgresql.org/docs/current/datatype.html#DATATYPE-TABLE that have Super equivalents and translate them to those equivalents. Exceptions are int2, int4, int8, float4, and float8 since their byte-width naming conflicts with Super's bit-width naming for numeric types.

Closes #5953.

In the parser, recognize types listed at
https://www.postgresql.org/docs/current/datatype.html#DATATYPE-TABLE
that have Super equivalents and translate them to those equivalents.
Exceptions are int2, int4, int8, float4, and float8 since their
byte-width naming conflicts with Super's bit-width naming for numeric
types.
@nwt nwt requested a review from a team November 7, 2025 21:34
@nwt nwt merged commit d388d44 into main Nov 9, 2025
3 checks passed
@nwt nwt deleted the postgresql-types branch November 9, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL: Casting to more types (e.g., VARCHAR)

3 participants