branch: elpa/pg
commit 7e2f88ba5167cf9a1d678d814834901a66dd75d1
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Report the pg-bad-copy-file-format error type.
---
 pg.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pg.el b/pg.el
index 57ea6728fe..7caa11feed 100644
--- a/pg.el
+++ b/pg.el
@@ -679,6 +679,7 @@ presented to the user."
                         ("22008" 'pg-datetime-field-overflow)
                         ("22012" 'pg-division-by-zero)
                         ("22P01" 'pg-floating-point-exception)
+                        ("22P04" 'pg-bad-copy-file-format)
                         ("2201E" 'pg-floating-point-exception)
                         ("2201F" 'pg-floating-point-exception)
                         ("22021" 'pg-character-not-in-repertoire)

Reply via email to