diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-09-11 11:20:47 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-11 11:21:27 -0400 |
commit | 821fb8cdbf700a8aadbe12d5b46ca4e61be5a8a8 (patch) | |
tree | 4f168da823a903d3d246f0141036618cc21f725c /src/backend/commands/tablecmds.c | |
parent | 3c435952176ae5d294b37e5963cd72ddb66edead (diff) | |
download | postgresql-821fb8cdbf700a8aadbe12d5b46ca4e61be5a8a8.tar.gz postgresql-821fb8cdbf700a8aadbe12d5b46ca4e61be5a8a8.zip |
Message style fixes
Diffstat (limited to 'src/backend/commands/tablecmds.c')
-rw-r--r-- | src/backend/commands/tablecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index d2167eda239..96354bdee55 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -13859,7 +13859,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd) errmsg("table \"%s\" contains column \"%s\" not found in parent \"%s\"", RelationGetRelationName(attachrel), attributeName, RelationGetRelationName(rel)), - errdetail("New partition should contain only the columns present in parent."))); + errdetail("The new partition may contain only the columns present in parent."))); } /* |