1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +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

@ -1449,7 +1449,7 @@ transformSubLink(ParseState *pstate, SubLink *sublink)
break;
case EXPR_KIND_CHECK_CONSTRAINT:
case EXPR_KIND_DOMAIN_CHECK:
err = _("cannot use subquery in CHECK constraint");
err = _("cannot use subquery in check constraint");
break;
case EXPR_KIND_COLUMN_DEFAULT:
case EXPR_KIND_FUNCTION_DEFAULT: