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

5 uses

	github.com/lib/pq/oid (current package)
		types.go#L100: 	T_timetz           Oid = 1266
		types.go#L270: 	T_timetz:           "TIMETZ",

	github.com/lib/pq
		encode.go#L109: 	case oid.T_timetz:
		encode.go#L201: 	if (typ == oid.T_timestamptz || typ == oid.T_timetz) &&
		rows.go#L36: 	case oid.T_date, oid.T_time, oid.T_timetz, oid.T_timestamp, oid.T_timestamptz: