postgresql/src
Tom Lane f1e13001b2 When a row fails a CHECK constraint, show row's contents in errdetail.
This should make it easier to identify which row is problematic when an
insert or update is processing many rows.

The formatting is similar to that for unique-index violation messages,
except that we limit field widths to 64 bytes since otherwise the message
could get unreasonably long.  (In particular, there's currently no attempt
to quote or escape field values that contain commas etc.)

Jan Kundrát, reviewed by Royce Ausburn, somewhat rewritten by me.
2011-11-29 15:02:49 -05:00
..
backend When a row fails a CHECK constraint, show row's contents in errdetail. 2011-11-29 15:02:49 -05:00
bin pg_dump: Add gettext plural support to error message 2011-11-29 19:49:02 +02:00
include Ensure that whole-row junk Vars are always of composite type. 2011-11-27 22:27:24 -05:00
interfaces Add libpq connection option to disable SSL compression 2011-11-28 13:13:42 +01:00
makefiles Add pg_upgrade test suite 2011-11-27 22:42:32 +02:00
pl plpython: Fix sed expression in python3 build 2011-11-29 06:39:05 +02:00
port Fix join_path_components() to not add a leading slash when joining to an 2011-11-26 09:27:11 -05:00
template
test When a row fails a CHECK constraint, show row's contents in errdetail. 2011-11-29 15:02:49 -05:00
timezone Update docs to point to the timezone library's new home at IANA. 2011-10-27 23:09:05 -04:00
tools Document that perl needs to be indented during the pgindent run. 2011-11-28 21:56:58 -05:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore
DEVELOPERS
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00
Makefile.shlib Use single quotes in preference to double quotes for protecting pathnames. 2011-06-15 21:45:23 -04:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00