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

4 uses

	github.com/lib/pq/oid (current package)
		types.go#L6: 	T_bool             Oid = 16
		types.go#L176: 	T_bool:             "BOOL",

	github.com/lib/pq
		encode.go#L111: 	case oid.T_bool:
		rows.go#L34: 	case oid.T_bool: