| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Mark Hollomon" <mhh(at)nortelnetworks(dot)com> |
| Cc: | "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: 7.0.2 cuts off attribute name |
| Date: | 2000-06-14 15:28:43 |
| Message-ID: | 14681.960996523@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Mark Hollomon" <mhh(at)nortelnetworks(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Lockhart | 2000-06-14 15:31:39 | Developer's snapshot docs |
| Previous Message | Tom Lane | 2000-06-14 15:23:42 | Re: 7.0.2 cuts off attribute name |