pgsql: More tab-completion for DROP PROPERTY GRAPH

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: More tab-completion for DROP PROPERTY GRAPH
Date: 2026-08-05 06:47:26
Message-ID: E1wrVPS-00000000GYS-1WbK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More tab-completion for DROP PROPERTY GRAPH

This adds completion for CASCADE and RESTRICT, similar to what
completion of other DROP commands provides.

Author: Peter Smith <peter(dot)b(dot)smith(at)fujitsu(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAHut+PuHsLupVWZ9SUeKm=jKR34wYP6qAZPoOHFhU3uDbx34wQ(at)mail(dot)gmail(dot)com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-08-05 07:57:17 pgsql: Initialize read stream before fetching metapage in hash bulk-del
Previous Message Fujii Masao 2026-08-05 02:39:33 pgsql: doc: Update XID wraparound error example