pgsql: Add psql completion for [ NO ] DEPENDS ON EXTENSION - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add psql completion for [ NO ] DEPENDS ON EXTENSION
Date
Msg-id E1lCD3s-0006iD-E2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add psql completion for [ NO ] DEPENDS ON EXTENSION

ALTER INDEX was able to handle that already.  This adds tab completion
for all the remaining commands that support this grammar:
- ALTER FUNCTION
- ALTER PROCEDURE
- ALTER ROUTINE
- ALTER TRIGGER
- ALTER MATERIALIZED VIEW

Author: Ian Lawrence Barwick
Discussion: https://postgr.es/m/CAB8KJ=iypYudXuMOAMOP4BpkaYbXxk=a2cdJppX0e9mJXWtuig@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e6b8e83b9f012cfbb3a2f96a7d2e74aebd299d4e

Modified Files
--------------
src/bin/psql/tab-complete.c | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Convert tsginidx.c's GIN indexing logic to fully ternary operati
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use errmsg_internal for debug messages