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

5 uses

	github.com/lib/pq (current package)
		error.go#L29: 	Detail           string
		error.go#L368: 			err.Detail = msg
		error.go#L416: 		return err.Detail

	github.com/golang-migrate/migrate/v4/database/postgres
		postgres.go#L204: 			if pgErr.Detail != "" {
		postgres.go#L205: 				message = fmt.Sprintf("%s, %s", message, pgErr.Detail)