mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
Make some spelling more consistent
This commit is contained in:
@@ -929,7 +929,7 @@ DefineDomain(CreateDomainStmt *stmt)
|
||||
if (constr->is_no_inherit)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
|
||||
errmsg("CHECK constraints for domains cannot be marked NO INHERIT")));
|
||||
errmsg("check constraints for domains cannot be marked NO INHERIT")));
|
||||
break;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user