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