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

4 uses

	github.com/lib/pq/oid (current package)
		types.go#L87: 	T_date             Oid = 1082
		types.go#L257: 	T_date:             "DATE",

	github.com/lib/pq
		encode.go#L105: 	case oid.T_timestamp, oid.T_date:
		rows.go#L36: 	case oid.T_date, oid.T_time, oid.T_timetz, oid.T_timestamp, oid.T_timestamptz: