lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Add additional static oid types and modernize GenTypeInfo #259

Open iand675 opened 6 years ago

iand675 commented 6 years ago

This PR pretty much just fleshes out additional static oids from PostgreSQL. These changes are approximately equivalent to Go's postgresql client library support, in that oids <= 4097 are supported: https://github.com/lib/pq/blob/master/oid/types.go