pgsql: Improve psql tab completion for various DROP commands - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve psql tab completion for various DROP commands
Date
Msg-id E1msEzU-0001pz-GN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve psql tab completion for various DROP commands

The following improvements are done:
- Handling of RESTRICT/CASCADE for DROP OWNED, matviews and policies.
- Handling of DROP TRANSFORM

This is a continuation of the work done in 0cd6d3b and f44ceb4.

Author: Ken Kato
Reviewed-by: Asif Rehman
Discussion: https://postgr.es/m/0fafb73f3a0c6bcec817a25ca9d5a853@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9270778f467dad0d78d3b9e435a89a6039322b2f

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Extend the private key stat checking error handling
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add TAP tests for contrib/sslinfo