func github.com/lib/pq.appendArrayQuotedBytes

5 uses

	github.com/lib/pq (current package)
		array.go#L535: 		b = appendArrayQuotedBytes(b, []byte(a[0]))
		array.go#L538: 			b = appendArrayQuotedBytes(b, []byte(a[i]))
		array.go#L606: 		return appendArrayQuotedBytes(b, v), del, nil
		array.go#L608: 		return appendArrayQuotedBytes(b, []byte(v)), del, nil
		array.go#L615: func appendArrayQuotedBytes(b, v []byte) []byte {