Skip to content

Commit 814ad93

Browse files
eatonphildjw-m
andauthored
Update product_docs/docs/pgd/5.7/reference/functions-internal.mdx
Co-authored-by: Dj Walker-Morgan <[email protected]>
1 parent 39f1dd8 commit 814ad93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/pgd/5.7/reference/functions-internal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ database. The node can be either:
179179
- A remote node, in which case it removes only metadata for that specific node.
180180

181181
!!! Important When to use `bdr.drop_node()`
182-
It is not necessary to use `bdr.drop_node()` to drop node metadata just for the sake of reusing node names. PGD can reuse existing node names providing the node name belongs to a node in a `PARTED` state. Use `bdr.part_node()` to remove the original node and place it in a `PARTED` state.
182+
It is not necessary to use `bdr.drop_node()` to drop node metadata just to reuse node names. PGD 5 and later can reuse existing node names as long as the node name in question belongs to a node in a `PARTED` state. Instead of dropping the node, use `bdr.part_node()` to remove the original node and place it in a `PARTED`.
183183

184184
Use of this internal function is limited to:
185185

0 commit comments

Comments
 (0)