Re: 7.0.2 cuts off attribute name
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Mark Hollomon" <mhh@nortelnetworks.com>
Cc: "G. Anthony Reina" <reina@nsi.edu>, "pgsql-hackers@postgreSQL.org" <pgsql-hackers@postgreSQL.org>
Date: 2000-06-14T15:28:43Z
Lists: pgsql-hackers
"Mark Hollomon" <mhh@nortelnetworks.com> writes: > And while we're at it, let's get rid of the 'implementation' NOTICEs > about foreign keys and UNIQUE. > I don't mind the NOTICE about SERIAL since we don't clean up the > sequence on DROP TABLE. Hmm, I could vote for that. Perhaps the right solution would be to downgrade messages like this to a new elog level (of severity between NOTICE and DEBUG), and then add a "verbosity" SET variable that allows the user to choose whether to see 'em or not. It'd be nice to be able to choose to get DEBUG messages sent to the frontend, too, instead of only going to the postmaster log. regards, tom lane