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

4 uses

	github.com/lib/pq/oid (current package)
		types.go#L88: 	T_time             Oid = 1083
		types.go#L258: 	T_time:             "TIME",

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