Re: refactor AlterDomainAddConstraint (alter domain add constraint) - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: refactor AlterDomainAddConstraint (alter domain add constraint)
Date
Msg-id 202501141637.i6cjvhwnorqn@alvherre.pgsql
Whole thread Raw
List pgsql-hackers
Hello,

On 2024-Dec-09, jian he wrote:

> ALTER DOMAIN ADD CONSTRAINT syntax more simple than CREATE DOMAIN.

Your proposed patch makes the code simpler, yes, but I think it also
makes the error messages worse.  I don't think that's an improvement
from the user point of view.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Ninguna manada de bestias tiene una voz tan horrible como la humana" (Orual)



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: ecpg command does not warn COPY ... FROM STDIN;
Next
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Hex-coding optimizations using SVE on ARM.