Add more tab=completion rules for DROP PROPERTY GRAPH

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add more tab=completion rules for DROP PROPERTY GRAPH
Date: 2026-08-04 05:11:44
Message-ID: CAHut+PuHsLupVWZ9SUeKm=jKR34wYP6qAZPoOHFhU3uDbx34wQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a patch to add another tab-completion rule for DROP PROPERTY GRAPH [1]

The logic is the same as DROP MATERIALIZED VIEW [2] which has a very
similar syntax.

PSA v1.

======
[1] https://www.postgresql.org/docs/19/sql-drop-property-graph.html
[2] https://www.postgresql.org/docs/19/sql-dropmaterializedview.html

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-tab-complete-for-DROP-PROPERTY-GRAPH.patch application/octet-stream 852 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hüseyin Demir 2026-08-04 05:18:57 Re: Checkpoint replication slots later
Previous Message Chao Li 2026-08-04 04:45:35 Re: Fix NO_OOM handling in MemoryContextAllocAligned