github.com/lib/pq.Error.Position (field)

5 uses

	github.com/lib/pq (current package)
		error.go#L31: 	Position         string
		error.go#L372: 			err.Position = msg
		error.go#L420: 		return err.Position

	github.com/golang-migrate/migrate/v4/database/postgres
		postgres.go#L195: 			if pgErr.Position != "" {
		postgres.go#L196: 				if pos, err := strconv.ParseUint(pgErr.Position, 10, 64); err == nil {