Change to report COPY line number in error messages affects

results of constraints regress test.
This commit is contained in:
Tom Lane 2000-02-15 19:45:31 +00:00
parent 30f16e72a4
commit 553b5da6a1
1 changed files with 1 additions and 1 deletions

View File

@ -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
---+---------------+---