Re: Remove comment about manually flipping attnotnull - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Remove comment about manually flipping attnotnull
Date
Msg-id 20141011212412.GI21267@momjian.us
Whole thread Raw
In response to Re: Remove comment about manually flipping attnotnull  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Jul 24, 2014 at 12:51:09PM -0400, Tom Lane wrote:
> Andres Freund <andres@2ndquadrant.com> writes:
> > catalogs.sgml has this comment:
> >        This represents a not-null constraint.  It is possible to
> >        change this column to enable or disable the constraint.
> 
> > Someone on irc just took that as "permission" to do so manually...
> 
> Did anything especially bad happen?  Obviously, turning it on wouldn't
> have verified that the column contains no nulls, but hopefully anyone
> who's bright enough to do manual catalog updates would realize that.
> I think things would generally have worked otherwise, in particular
> sinval signalling would have happened (IIRC).
> 
> > That comment has been there since 1efd7330c/2000-11-29, in the the
> > initial commit adding catalogs.sgml. Does somebody object to just
> > removing the second part of the comment in all branches?
> 
> Seems like a reasonable idea, in view of the fact that we're thinking
> about adding pg_constraint entries for NOT NULL, in which case frobbing
> attnotnull by itself would definitely be a bad thing.

Change applied to head.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: split builtins.h to quote.h
Next
From: Bruce Momjian
Date:
Subject: Re: split builtins.h to quote.h