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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |