Skip to content

Commit

Permalink
Merge pull request #6089 from EnterpriseDB/docs/edits_to_pgd_pr6048
Browse files Browse the repository at this point in the history
Edits to PGD: improve description of "transaction_id" pseudo-GUC PR6048
  • Loading branch information
djw-m authored Sep 25, 2024
2 parents 853063f + 9242665 commit acca5d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions product_docs/docs/pgd/5/reference/functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Returns the current subscription statistics.

## System and progress information parameters

PGD exposes some parameters that you can query directly in SQL using e.g.
`SHOW` or the `current_setting()` function, and/or using `PQparameterStatus`
PGD exposes some parameters that you can query directly in SQL using, for example,
`SHOW` or the `current_setting()` function. You can also use `PQparameterStatus`
(or equivalent) from a client application.

### `bdr.local_node_id`
Expand All @@ -68,9 +68,9 @@ becomes remotely visible.

### `transaction_id`

If a CAMO transaction is in progress, `transaction_id` will be updated to show
the assigned transaction id. Note that this parameter can only be queried
using `PQparameterStatus` or equivalent. See section [Application use](../durability/camo#application-use)
If a CAMO transaction is in progress, `transaction_id` is updated to show
the assigned transaction id. You can query this parameter only by using
using `PQparameterStatus` or equivalent. See [Application use](../durability/camo#application-use)
for a usage example.

### `bdr.is_node_connected`
Expand Down

1 comment on commit acca5d3

@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.