Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 16:39:52 +0000 (16:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 16:39:52 +0000 (16:39 +0000)
commit2b3df32cfb85da32f70c44d80fd95523bffa9a80
treede3018156976e9c6b0d53023f15333047fee4247
parentafc7f427ee05a42165beb0221dd414fe76fa8ce1
Change a couple of ill-advised uses of INFO elog level to WARNINGs; in
particular this allows EmitWarningsOnPlaceholders messages to show up in the
postmaster log by default.  Update elog.h comment to make it clearer what INFO
is for, and fix one example in the SGML docs that was misusing it.  Per my
gripe of yesterday.
doc/src/sgml/trigger.sgml
src/backend/utils/misc/guc.c
src/include/utils/elog.h