postgresql-simple icon indicating copy to clipboard operation
postgresql-simple copied to clipboard

Add additional static oid types and modernize GenTypeInfo

Open iand675 opened this issue 7 years ago • 0 comments

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

iand675 avatar Jun 08 '18 01:06 iand675