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

3 uses

	github.com/lib/pq/oid (current package)
		types.go#L42: 	T_float4           Oid = 700
		types.go#L212: 	T_float4:           "FLOAT4",

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