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:20:47 -0400 |
commit | f552d18f3edd178598564d20f09577a623b1e302 (patch) | |
tree | 848134f5b12c2fa44e16dd244431dfc48620e834 /src/backend/commands/tablecmds.c | |
parent | 5c11717185bc24a2d0a20b38815e182ed99101ce (diff) | |
download | postgresql-f552d18f3edd178598564d20f09577a623b1e302.tar.gz postgresql-f552d18f3edd178598564d20f09577a623b1e302.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 513a9ec4857..ec2e76d5c9f 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -13584,7 +13584,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."))); } /* |