diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-04 05:04:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-04 05:04:40 +0000 |
commit | 7312c19ab5a5201a1262ee698399025f97ba6797 (patch) | |
tree | b8321deda56546cda9270ff5ef27d72d4033e2ea /src/backend/parser/parse_expr.c | |
parent | ce5bb92346af077024be15ade4bc061c3c8e19a3 (diff) | |
download | postgresql-7312c19ab5a5201a1262ee698399025f97ba6797.tar.gz postgresql-7312c19ab5a5201a1262ee698399025f97ba6797.zip |
Change messages like this:
ERROR: ExecInsert: rejected due to CHECK constraint insert_con
To be like this:
ERROR: ExecInsert: rejected due to CHECK constraint "insert_con" on
"insert_tbl"
Updated regression tests to match.
I got sick of seeing 'rejected due to CHECK constraint "$1" in my log and
not being able to find the bug in our website code...
Christopher Kings-Lynne
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions