mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Change to report COPY line number in error messages affects
results of constraints regress test.
This commit is contained in:
@ -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
|
||||
---+---------------+---
|
||||
|
Reference in New Issue
Block a user