const github.com/lib/pq/oid.T_float8

3 uses

	github.com/lib/pq/oid (current package)
		types.go#L43: 	T_float8           Oid = 701
		types.go#L213: 	T_float8:           "FLOAT8",

	github.com/lib/pq
		encode.go#L119: 	case oid.T_float4, oid.T_float8: