Hello, At Wed, 1 May 2024 19:49:35 +0200, Alvaro Herrera <alvhe...@alvh.no-ip.org> wrote in > Here are two patches that I intend to push soon (hopefully tomorrow).
This commit added and edited two error messages, resulting in using slightly different wordings "in" and "on" for relation constraints. + errmsg("cannot change NO INHERIT status of NOT NULL constraint \"%s\" on relation \"%s\"", === + errmsg("cannot change NO INHERIT status of NOT NULL constraint \"%s\" in relation \"%s\"", I think we usually use on in this case. regards. -- Kyotaro Horiguchi NTT Open Source Software Center