const github.com/jackc/pgtype.JSONBOID

3 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L73: 	JSONBOID            = 3802
		pgtype.go#L295: 	ci.RegisterDataType(DataType{Value: &JSONB{}, Name: "jsonb", OID: JSONBOID})

	github.com/jackc/pgx/v4/stdlib
		sql.go#L617: 			case pgtype.JSONBOID: