Re: add tab-complete for ALTER DOMAIN ADD...

2025-04-29 Thread Dagfinn Ilmari Mannsåker
jian he writes: > 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 Good catch. >

add tab-complete for ALTER DOMAIN ADD...

2025-04-29 Thread jian he
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 v1-0001-add-tab-complete-for-ALTER-DOMAIN-ADD.patch Description: Binary data