type github.com/jackc/pgtype.UntypedTextArray

3 uses

	github.com/jackc/pgtype (current package)
		array.go#L83: type UntypedTextArray struct {
		array.go#L89: func ParseUntypedTextArray(src string) (*UntypedTextArray, error) {
		array.go#L90: 	dst := &UntypedTextArray{}