mmottl / postgresql-ocaml

OCaml-bindings for the PostgreSQL database
Other
141 stars 23 forks source link

Add ftype_oid, paramtype_oid methods #10

Closed m2ym closed 9 years ago

m2ym commented 9 years ago

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?