pgsql: Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY i

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY i
Date: 2020-10-24 01:37:51
Message-ID: E1kW8VD-0005TW-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psql

This completes both the FORCE and NO FORCE options, NO INHERIT needing a
small adjustment.

Author: Li Japin
Discussion: https://postgr.es/m/15B10F9F-5847-4F5E-BD66-8E25AA473C95@hotmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b46e82c06b0c4b0dc6a94a890d23945ebf720fd

Modified Files
--------------
src/bin/psql/tab-complete.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-10-24 05:22:58 pgsql: Fix issue with --enable-coverage and the new unicode {de,re}comp
Previous Message Tom Lane 2020-10-23 23:08:07 pgsql: Fix more portability issues in new amcheck code.