1
0
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:
Peter Eisentraut
2013-01-05 08:25:21 -05:00
parent 94afbd5831
commit 49e7a26d67
4 changed files with 5 additions and 5 deletions

View File

@@ -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;
/*