var github.com/lib/pq.errCopyNotSupportedOutsideTxn

2 uses

	github.com/lib/pq (current package)
		copy.go#L15: 	errCopyNotSupportedOutsideTxn = errors.New("pq: COPY is only allowed inside a transaction")
		copy.go#L66: 		return nil, errCopyNotSupportedOutsideTxn