mirror of https://github.com/citusdata/citus.git
Fix typo in error message
parent
2cb2e7a352
commit
b30b339f91
|
@ -563,8 +563,8 @@ ErrorIfNotSupportedForeignConstraint(Relation relation, char distributionMethod,
|
||||||
{
|
{
|
||||||
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||||
errmsg("cannot create foreign key constraint"),
|
errmsg("cannot create foreign key constraint"),
|
||||||
errdetail("Citus Community Edition currently supports foreign"
|
errdetail("Citus Community Edition currently supports "
|
||||||
"key constraints only for "
|
"foreign key constraints only for "
|
||||||
"\"citus.shard_replication_factor = 1\"."),
|
"\"citus.shard_replication_factor = 1\"."),
|
||||||
errhint("Please change \"citus.shard_replication_factor to "
|
errhint("Please change \"citus.shard_replication_factor to "
|
||||||
"1\". To learn more about using foreign keys with "
|
"1\". To learn more about using foreign keys with "
|
||||||
|
|
Loading…
Reference in New Issue