func github.com/lib/pq.appendValue

2 uses

	github.com/lib/pq (current package)
		array.go#L611: 	b, err = appendValue(b, iv)
		array.go#L632: func appendValue(b []byte, v driver.Value) ([]byte, error) {