github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/internal/pg/pgconst.go (about) 1 package pg 2 3 const ( 4 // https://github.com/postgres/postgres/blob/master/src/include/catalog/pg_type.dat 5 6 OIDInt4 = 23 7 OIDInt8 = 20 8 OIDUnknown = 705 9 )