source:
code/trunk/vendor/github.com/lib/pq/oid/doc.go@
822
Last change on this file since 822 was 822, checked in by , 22 months ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.