sql: create named composite type per table #70036
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-typing
SQLtype inference, typing rules, type compatibility.
A-tools-postgrest
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)
Needed for #69010.
In Postgres, whenever you create a table, a composite type is also automatically created, with the same name as the table, to represent the table's row type.
See https://www.postgresql.org/docs/current/rowtypes.html#ROWTYPES-DECLARING.
Epic CRDB-10485
The text was updated successfully, but these errors were encountered: