Merge pull request #937 from citusdata/fix_typo_in_error_message

Fix typo in error message
pull/929/head
Burak Yücesoy 2016-11-01 17:04:53 +02:00 committed by GitHub
commit 99658c626e
2 changed files with 3 additions and 3 deletions

View File

@ -563,8 +563,8 @@ ErrorIfNotSupportedForeignConstraint(Relation relation, char distributionMethod,
{
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("cannot create foreign key constraint"),
errdetail("Citus Community Edition currently supports foreign"
"key constraints only for "
errdetail("Citus Community Edition currently supports "
"foreign key constraints only for "
"\"citus.shard_replication_factor = 1\"."),
errhint("Please change \"citus.shard_replication_factor to "
"1\". To learn more about using foreign keys with "