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

4 uses

	github.com/lib/pq/oid (current package)
		types.go#L89: 	T_timestamp        Oid = 1114
		types.go#L259: 	T_timestamp:        "TIMESTAMP",

	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: