Support StringArray? · Issue #771 · jackc/pgx

I know UntypedTextArray and TextArray exist, but they are quite cumbersome to use. If there is a type StringArray []string, I could directly scan into a string slice like this: var strs []string Sc...