sql: list the typelem for arrays in pg_type #13524
Labels
A-sql-semantics
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
C-question
A question rather than an issue. No code/spec/doc change needed.
O-community
Originated from the community
As briefly discussed in #12526 , the
typelem
currently reads 0 for all oids while it should reads the elem type oid for all array types.For example for
int2[]
, thetypelem
is21
.The text was updated successfully, but these errors were encountered: