postgresql-simple
postgresql-simple copied to clipboard
Add additional static oid types and modernize GenTypeInfo
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