Currently, many array oids (e.g. INT32ARRAYOID) are missing in ftype definition. I would like to add such missing oids, but for workaround, it could be useful if there were methods something like ftype_oid. I am not sure that the name ftype_oid is preferable. Maybe should be foid and paramoid?
Currently, many array oids (e.g.
INT32ARRAYOID
) are missing inftype
definition. I would like to add such missing oids, but for workaround, it could be useful if there were methods something likeftype_oid
. I am not sure that the nameftype_oid
is preferable. Maybe should befoid
andparamoid
?