Re: BUG #11325: Documentation Bug / RFE - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #11325: Documentation Bug / RFE
Date
Msg-id 20141013194010.GE21267@momjian.us
Whole thread Raw
In response to Re: BUG #11325: Documentation Bug / RFE  (David G Johnston <david.g.johnston@gmail.com>)
List pgsql-bugs
On Mon, Sep  1, 2014 at 04:54:15PM -0700, David G Johnston wrote:
> > A comment in its own paragraph to the effect:
> >
> > SELECT * output -
> > ON - all columns from T1 followed by all columns from T2
> > USING - all join columns, one copy each and in the listed order, followed
> > by non-join columns in T1 followed by non-join columns in T2
> >
> > could be added while removing the "thus" paragraph in USING; as well as
> > the concept of shorthand.
> >
> > David J.
>
> Usage note for USING/NATURAL added as well.

Patch applied, with line wrap adjustments.  Thanks.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

pgsql-bugs by date:

Previous
From: michael@aplaypowered.com
Date:
Subject: BUG #11661: CASE ELSE is evaluated although condition is true
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #11335: an invalid prepare statement causes crash at log_statement = 'mod' or 'ddl'.