sql: Alias Type Information is not propagated to pgwire or pg_attribute #16769
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-pgwire
pgwire protocol issues.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Milestone
We currently have a 1:1 mapping from datum type to what we send to the wire.
Example:
We need to update our pgwire code to send the actual types, and update
pg_attribute
to display the proper types as well.The text was updated successfully, but these errors were encountered: