Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Document that the parenthesized VACUUM syntax is deprecated, not the

  1. pgsql: Document that the parenthesized VACUUM syntax is deprecated, not

    Bruce Momjian <bruce@momjian.us> — 2011-03-11T10:34:43Z

    Document that the parenthesized VACUUM syntax is deprecated, not the
    FREEZE functionality.
    
    Branch
    ------
    master
    
    Details
    -------
    http://git.postgresql.org/pg/commitdiff/ad44d505917baf35994f3eabdb42657bf2342b99
    
    Modified Files
    --------------
    doc/src/sgml/ref/vacuum.sgml |    9 ++++-----
    1 files changed, 4 insertions(+), 5 deletions(-)
    
    
  2. Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not

    Robert Haas <robertmhaas@gmail.com> — 2011-03-11T12:56:11Z

    On Fri, Mar 11, 2011 at 5:34 AM, Bruce Momjian <bruce@momjian.us> wrote:
    > Document that the parenthesized VACUUM syntax is deprecated, not the
    > FREEZE functionality.
    
    The text you added here is flat-out wrong (you used "unparenthesized"
    in both halves of the sentence), and it's also not as clear as the
    text it replaced.  I'd suggest reverting this, and instead adding a
    sentence that says simply:
    
    The unparenthesized syntax is deprecated.
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company
    
    
  3. Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not

    Bruce Momjian <bruce@momjian.us> — 2011-03-11T12:58:45Z

    Robert Haas wrote:
    > On Fri, Mar 11, 2011 at 5:34 AM, Bruce Momjian <bruce@momjian.us> wrote:
    > > Document that the parenthesized VACUUM syntax is deprecated, not the
    > > FREEZE functionality.
    > 
    > The text you added here is flat-out wrong (you used "unparenthesized"
    > in both halves of the sentence), and it's also not as clear as the
    > text it replaced.  I'd suggest reverting this, and instead adding a
    > sentence that says simply:
    > 
    > The unparenthesized syntax is deprecated.
    
    Fixed.  Other changes?  I didn't like the original sentence because it
    started by mentioning 9.0 rather than the syntax itself.
    
    -- 
      Bruce Momjian  <bruce@momjian.us>        http://momjian.us
      EnterpriseDB                             http://enterprisedb.com
    
      + It's impossible for everything to be true. +
    
  4. Re: [COMMITTERS] pgsql: Document that the parenthesized VACUUM syntax is deprecated, not

    Robert Haas <robertmhaas@gmail.com> — 2011-03-11T13:03:54Z

    On Fri, Mar 11, 2011 at 7:58 AM, Bruce Momjian <bruce@momjian.us> wrote:
    > Robert Haas wrote:
    >> On Fri, Mar 11, 2011 at 5:34 AM, Bruce Momjian <bruce@momjian.us> wrote:
    >> > Document that the parenthesized VACUUM syntax is deprecated, not the
    >> > FREEZE functionality.
    >>
    >> The text you added here is flat-out wrong (you used "unparenthesized"
    >> in both halves of the sentence), and it's also not as clear as the
    >> text it replaced.  I'd suggest reverting this, and instead adding a
    >> sentence that says simply:
    >>
    >> The unparenthesized syntax is deprecated.
    >
    > Fixed.  Other changes?  I didn't like the original sentence because it
    > started by mentioning 9.0 rather than the syntax itself.
    
    Hmm, well I don't know.  I thought the original phrasing was clearer.
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company