Re: 7.0.2 cuts off attribute name - Mailing list pgsql-hackers

From Andrew McMillan
Subject Re: 7.0.2 cuts off attribute name
Date
Msg-id [email protected]
Whole thread Raw
In response to 7.0.2 cuts off attribute name  ("G. Anthony Reina" <[email protected]>)
List pgsql-hackers
Tom Lane wrote:
> 
> "Mark Hollomon" <[email protected]> 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.

severity 'PEDANTIC'

:-)                Andrew.
-- 
_____________________________________________________________________           Andrew McMillan, e-mail:
[email protected]
Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington
Me: +64 (21) 635 694, Fax: +64 (4) 499 5596, Office: +64 (4) 499 2267


pgsql-hackers by date:

Previous
From: Murad Nayal
Date:
Subject: info on unixODBC/Postgres driver port to IRIX 6.5.7 64bit
Next
From: [email protected] (Jan Wieck)
Date:
Subject: Re: Modifying NOT NULL Constraint