Commit 553b5da6 authored by Tom Lane's avatar Tom Lane

Change to report COPY line number in error messages affects

results of constraints regress test.
parent 30f16e72
......@@ -274,7 +274,7 @@ SELECT '' AS two, * FROM COPY_TBL;
(2 rows)
COPY COPY_TBL FROM '_OBJWD_/data/constrf.data';
ERROR: CopyFrom: rejected due to CHECK constraint copy_con
ERROR: copy: line 2, CopyFrom: rejected due to CHECK constraint copy_con
SELECT * FROM COPY_TBL;
x | y | z
---+---------------+---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment