Open massar opened 7 years ago
https://github.com/lib/pq/blob/master/error.go#L29
The libpq Error -> Detail field contains extra details about an error, typically the reason why something failed and thus makes the error more understandable. We should included this in log messages.
https://github.com/lib/pq/blob/master/error.go#L29
The libpq Error -> Detail field contains extra details about an error, typically the reason why something failed and thus makes the error more understandable. We should included this in log messages.