add tab-complete for ALTER DOMAIN ADD...

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: add tab-complete for ALTER DOMAIN ADD...
Date: 2025-04-29 10:39:42
Message-ID: CACJufxG_f6LzAT_McC-kKmQWpuWnOYKyNBw8Kv3xzTjPqmeHcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

per https://www.postgresql.org/docs/current/sql-alterdomain.html

we can add tab-complete for ALTER DOMAIN ADD variants:
ALTER DOMAIN sth ADD CHECK
ALTER DOMAIN sth ADD CONSTRAINT
ALTER DOMAIN sth ADD NOT NULL

Attachment Content-Type Size
v1-0001-add-tab-complete-for-ALTER-DOMAIN-ADD.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-04-29 10:56:36 Re: Fix slot synchronization with two_phase decoding enabled
Previous Message Nikita Malakhov 2025-04-29 10:36:51 Re: ZStandard (with dictionaries) compression support for TOAST compression