tenant-schema-isolation-complete-view
Onur Tirtir 2023-09-28 16:55:09 +03:00
parent bbf8d9c994
commit 785296406f
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ AcquirePlacementColocationLock(Oid relationId, int lockMode,
generate_qualified_relation_name(relationId)),
errdetail("It means that either a concurrent shard move, "
"colocated distributed table creation or "
"shard property change is happening."),
"shard property change is happening."),
errhint("Make sure that the concurrent operation has "
"finished and re-run the command")));
}