add tab-complete for ALTER DOMAIN ADD... - Mailing list pgsql-hackers

From jian he
Subject add tab-complete for ALTER DOMAIN ADD...
Date
Msg-id CACJufxG_f6LzAT_McC-kKmQWpuWnOYKyNBw8Kv3xzTjPqmeHcA@mail.gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Nikita Malakhov
Date:
Subject: Re: ZStandard (with dictionaries) compression support for TOAST compression
Next
From: Amit Kapila
Date:
Subject: Re: Fix slot synchronization with two_phase decoding enabled