mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Change to report COPY line number in error messages affects
results of constraints regress test.
This commit is contained in:
parent
30f16e72a4
commit
553b5da6a1
@ -274,7 +274,7 @@ SELECT '' AS two, * FROM COPY_TBL;
|
|||||||
(2 rows)
|
(2 rows)
|
||||||
|
|
||||||
COPY COPY_TBL FROM '_OBJWD_/data/constrf.data';
|
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;
|
SELECT * FROM COPY_TBL;
|
||||||
x | y | z
|
x | y | z
|
||||||
---+---------------+---
|
---+---------------+---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user