Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Euler Taveira <euler(at)eulerto(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH
Date: 2022-07-06 04:38:13
Message-ID: CAHut+PsGA1eYKmo8MK4oNeD9PD6EiTtKkQS8oyz=qriXKhPhmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FYI, I confirmed the same patch applies and works OK for tags/REL_15_BETA2.

------

[postgres(at)CentOS7-x64 ~]$ psql --version
psql (PostgreSQL) 15beta2
[postgres(at)CentOS7-x64 ~]$ psql
psql (15beta2)
Type "help" for help.

postgres=# create subscription mysub connection 'blah' publication
mypub with ( <press-tab>
BINARY COPY_DATA DISABLE_ON_ERROR SLOT_NAME
SYNCHRONOUS_COMMIT
CONNECT CREATE_SLOT ENABLED STREAMING
TWO_PHASE
postgres=# create subscription mysub connection 'blah' publication mypub with (

------
Kind Regards,
Peter Smith.
Fujitsu Australia

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-07-06 04:52:56 Re: AIX support - alignment issues
Previous Message Tom Lane 2022-07-06 03:47:10 Re: AIX support - alignment issues