Skip to content

Commit

Permalink
Merge pull request #6116 from EnterpriseDB/docs/edits_to_pgd_pr6056
Browse files Browse the repository at this point in the history
Edits to Rework bdr.drop_node PGD pr6056
  • Loading branch information
djw-m authored Oct 7, 2024
2 parents 231a82d + 746e275 commit 72c2279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions product_docs/docs/pgd/5/reference/functions-internal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ This function removes the metadata for a given node from the local
database. The node can be either:

- The local node, in which case it removes all the node metadata, including information about remote nodes.
- A remote node, in which case it only removes metadata for that specific node.
- A remote node, in which case it removes only metadata for that specific node.



Expand All @@ -174,10 +174,10 @@ Do not use `bdr.drop_node()` to drop node metadata and reuse node names. PGD can

Use of this internal function is limited to:

* when you are instructed to by EDB Technical Support, or
* where you are specifically instructed in the documentation to use `bdr.drop_node`.
* When you're instructed to by EDB Technical Support.
* Where you're specifically instructed to in the documentation.

You should use [`bdr.part_node`](/pgd/latest/reference/nodes-management-interfaces#bdrpart_node) to remove a node from a PGD group. That function sets the node to `PARTED` state and enable reuse of the node name.
Use [`bdr.part_node`](/pgd/latest/reference/nodes-management-interfaces#bdrpart_node) to remove a node from a PGD group. That function sets the node to `PARTED` state and enables reuse of the node name.

!!!

Expand Down

1 comment on commit 72c2279

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.