...

Source file src/github.com/lib/pq/oid/doc.go

Documentation: github.com/lib/pq/oid

     1  // Package oid contains OID constants
     2  // as defined by the Postgres server.
     3  package oid
     4  
     5  // Oid is a Postgres Object ID.
     6  type Oid uint32
     7  

View as plain text