tab complete for ALTER TABLE ALTER CONSTRAINT

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: tab complete for ALTER TABLE ALTER CONSTRAINT
Date: 2025-06-02 06:49:45
Message-ID: CACJufxHW_73jnR17RJFeS8txqhCEgoaJgZ7yL6KsZuSp4AYPyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

attached patch is tab complete for
ALTER CONSTRAINT constraint_name [ DEFERRABLE | NOT DEFERRABLE ] [
INITIALLY DEFERRED | INITIALLY IMMEDIATE ] [ ENFORCED | NOT ENFORCED ]
ALTER CONSTRAINT constraint_name [ INHERIT | NO INHERIT ]

based on ALTER TABLE Synopsis section [0]

[0]: https://www.postgresql.org/docs/devel/sql-altertable.html

Attachment Content-Type Size
v1-0001-tab-complte-for-ALTER-TABLE-ALTER-CONSTRAINT.patch text/x-patch 1.8 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-06-02 07:31:24 Re: SQL:2011 application time
Previous Message Fujii Masao 2025-06-02 06:39:54 Re: Suggestions for improving \conninfo output in v18