source: code/trunk/vendor/github.com/lib/pq/oid/doc.go@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 137 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.