On Tue, Sep 9, 2014 at 03:40:45PM -0400, David Johnston wrote:
> Minor corrections:
>
> First block: "
> In the first section of this chapter, we
> describe how to set configuration parameters"
>
> - remove the comma
>
> Second Block:
> - placement of the colon inside or outside of the e
As far as I can tell,
the un-value NULL is not described anywhere in the doc
as being something that can be assigned to a column.
E.g. :
. not listed as a constant (well that's reasonable as it isn't)
. not listed as an expression (is NULL an expression?)
. not explicitly listed
On Wed, Sep 10, 2014 at 4:20 PM, Bruce Momjian wrote:
> On Tue, Sep 9, 2014 at 03:40:45PM -0400, David Johnston wrote:
>
> > "In addition to setting global defaults or attaching" <- add a comma
> after
> > "defaults"
>
> I didn't like this change as it causes too many comma phrases.
>
> Attaches
On Wed, Sep 10, 2014 at 08:09:30PM -0400, David Johnston wrote:
> On Wed, Sep 10, 2014 at 4:20 PM, Bruce Momjian wrote:
>
> On Tue, Sep 9, 2014 at 03:40:45PM -0400, David Johnston wrote:
>
> > "In addition to setting global defaults or attaching" <- add a comma
> after
> > "defa
johnlumby wrote
> As far as I can tell,
> the un-value NULL is not described anywhere in the doc
> as being something that can be assigned to a column.
>
> E.g. :
> . not listed as a constant (well that's reasonable as it isn't)
> . not listed as an expression (is NULL an expression?