On Fri, Jun 11, 2021 at 12:27 PM Michael Paquier <mich...@paquier.xyz> wrote: > > On Sun, May 23, 2021 at 04:24:59PM +0530, vignesh C wrote: > > /* Complete "CREATE SUBSCRIPTION <name> ... WITH ( <opt>" */ > > else if (HeadMatches("CREATE", "SUBSCRIPTION") && TailMatches("WITH", > > "(")) > > - COMPLETE_WITH("copy_data", "connect", "create_slot", > > "enabled", > > - "slot_name", "synchronous_commit"); > > + COMPLETE_WITH("binary", "copy_data", "connect", "create_slot", > > + "enabled", "slot_name", "streaming", > > + "synchronous_commit"); > > "copy_data" and "connect" need to be reversed. Applied.
Thanks for committing this. Regards, Vignesh