Skip to content

Commit

Permalink
Fix admonition corruption in BDR import (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored Jan 18, 2022
1 parent 7e9406e commit 2b0aeb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/bdr/4.0/functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ connected to. This allows an application to figure out what node it
is connected to even behind a transparent proxy.

It is also used in combination with CAMO, see the
[CAMO.md#connection-pools-and-proxies]\(Connection pools and proxies)
[Connection pools and proxies](CAMO.md#connection-pools-and-proxies)
section.

### bdr.last_committed_lsn
Expand Down
6 changes: 5 additions & 1 deletion product_docs/docs/bdr/4.0/nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1140,13 +1140,17 @@ the node which is being removed. However, just to make it clear, once the
node is PARTED it can not *part* other nodes in the cluster.

!!! Note
If you are *parting* the local node you must set `wait_for_completion`
to false, otherwise it will error.
you are *parting* the local node you must set `wait_for_completion`
false, otherwise it will error.

!!! Warning
This action is permanent. If you wish to temporarily halt replication
to a node, see `bdr.alter_subscription_disable()`.
s action is permanent. If you wish to temporarily halt replication
a node, see `bdr.alter_subscription_disable()`.

#### Synopsis

```sql
Expand Down
6 changes: 3 additions & 3 deletions product_docs/docs/bdr/4.0/striggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ otherwise data divergence will occur. Technical Support recommends that all conf
triggers are formally tested using the isolationtester tool supplied with
BDR.

!!!Warning
- Multiple conflict triggers can be specified on a single table, but
!!! Warning
- Multiple conflict triggers can be specified on a single table, but
they should match distinct event, i.e. each conflict should only
match a single conflict trigger.
Multiple triggers matching the same event on the same table are
- Multiple triggers matching the same event on the same table are
not recommended; they might result in inconsistent behaviour, and
will be forbidden in a future release.

Expand Down

0 comments on commit 2b0aeb2

Please sign in to comment.