Thread

Commits

  1. Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPTION.

  2. Improve tab-completion of DDL for publication and subscription.

  1. Tab completion support for ALTER SUBSCRIPTION REFRESH PUBLICATION

    Masahiko Sawada <sawada.mshk@gmail.com> — 2017-04-12T08:12:35Z

    Hi,
    
    I've attached a patch for $subject. Please check it.
    
    Regards,
    
    --
    Masahiko Sawada
    NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    NTT Open Source Software Center
    
  2. Re: Tab completion support for ALTER SUBSCRIPTION REFRESH PUBLICATION

    Fujii Masao <masao.fujii@gmail.com> — 2017-04-12T14:48:24Z

    On Wed, Apr 12, 2017 at 5:12 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    > Hi,
    >
    > I've attached a patch for $subject. Please check it.
    
    + COMPLETE_WITH_LIST8("WITH", "CONNECTION", "SET PUBLICATION", "ENABLE",
    + "DISABLE", "OWNER TO", "RENAME TO", "REFRESH PUBLICATION WITH");
    
    "WITH" should be "WITH ("?
    Also "REFRESH PUBLICATION WITH" should be "REFRESH PUBLICATION WITH ("?
    
    
    BTW, I found that ALTER SUBSCRIPTION ... RENAME TO exists in tab-complete.c,
    but not in the documentation. ALTER PUBLICATION has the same issue, too.
    So I think that we need to apply the attached patch which improves the
    documentation
    for ALTER PUBLICATION and SUBSCRIPTION.
    
    Regards,
    
    -- 
    Fujii Masao
    
  3. Re: Tab completion support for ALTER SUBSCRIPTION REFRESH PUBLICATION

    Masahiko Sawada <sawada.mshk@gmail.com> — 2017-04-13T02:05:09Z

    On Wed, Apr 12, 2017 at 11:48 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
    > On Wed, Apr 12, 2017 at 5:12 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    >> Hi,
    >>
    >> I've attached a patch for $subject. Please check it.
    >
    > + COMPLETE_WITH_LIST8("WITH", "CONNECTION", "SET PUBLICATION", "ENABLE",
    > + "DISABLE", "OWNER TO", "RENAME TO", "REFRESH PUBLICATION WITH");
    >
    > "WITH" should be "WITH ("?
    > Also "REFRESH PUBLICATION WITH" should be "REFRESH PUBLICATION WITH ("?
    
    Agreed. I found other bugs of tab completion of PUB/SUB DDLs. Attached
    latest patch incorporated these fixes.
    
    >
    > BTW, I found that ALTER SUBSCRIPTION ... RENAME TO exists in tab-complete.c,
    > but not in the documentation. ALTER PUBLICATION has the same issue, too.
    > So I think that we need to apply the attached patch which improves the
    > documentation
    > for ALTER PUBLICATION and SUBSCRIPTION.
    
    +1
    
    Regards,
    
    --
    Masahiko Sawada
    NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    NTT Open Source Software Center
    
  4. Re: Tab completion support for ALTER SUBSCRIPTION REFRESH PUBLICATION

    Fujii Masao <masao.fujii@gmail.com> — 2017-04-13T02:31:34Z

    On Thu, Apr 13, 2017 at 11:05 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    > On Wed, Apr 12, 2017 at 11:48 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
    >> On Wed, Apr 12, 2017 at 5:12 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    >>> Hi,
    >>>
    >>> I've attached a patch for $subject. Please check it.
    >>
    >> + COMPLETE_WITH_LIST8("WITH", "CONNECTION", "SET PUBLICATION", "ENABLE",
    >> + "DISABLE", "OWNER TO", "RENAME TO", "REFRESH PUBLICATION WITH");
    >>
    >> "WITH" should be "WITH ("?
    >> Also "REFRESH PUBLICATION WITH" should be "REFRESH PUBLICATION WITH ("?
    >
    > Agreed. I found other bugs of tab completion of PUB/SUB DDLs. Attached
    > latest patch incorporated these fixes.
    
    Thanks for the patch! Pushed.
    
    >> BTW, I found that ALTER SUBSCRIPTION ... RENAME TO exists in tab-complete.c,
    >> but not in the documentation. ALTER PUBLICATION has the same issue, too.
    >> So I think that we need to apply the attached patch which improves the
    >> documentation
    >> for ALTER PUBLICATION and SUBSCRIPTION.
    >
    > +1
    
    Also pushed.
    
    Regards,
    
    -- 
    Fujii Masao