Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/reference/functions-internal.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m authored Sep 23, 2024
1 parent 21e4e52 commit 6d6a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/reference/functions-internal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ database. The node can be either:


!!! Important When to use `bdr.drop_node()`
Because PGD can reuse existing node names providing the node name belongs to a node in a `PARTED` state, you should not use `bdr.drop_node` to remove the original node metadata.
Do not use `bdr.drop_node()` to drop node metadata and reuse 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.

Use of this internal function is limited to:

Expand Down

0 comments on commit 6d6a424

Please sign in to comment.