Improve reporting of dependencies in DROP to work like the scheme that we

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c4f2a0458dc029d1214f013f1434f70f5194e56d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-06-11T21:53:49Z
Releases: 8.4.0
Improve reporting of dependencies in DROP to work like the scheme that we
devised for pg_shdepend, namely the individual dependencies are reported as
DETAIL lines rather than coming out as separate NOTICEs.  The client-side
report is capped at 100 lines, but the server log always gets a full report.

Files