Skip to content

Commit 9b42ddb

Browse files
committed
Updated description
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent d4857df commit 9b42ddb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

product_docs/docs/pgd/6/reference/tables-views-functions/catalogs-visible.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Catalog storing all possible commit scopes that you can use for
3333

3434
#### `bdr.commit_scopes` columns
3535

36-
| Name | Type | Description |
37-
|--------------------------------|------|----------------------------------------- |
38-
| commit_scope_id | oid | ID of the scope to be referenced |
39-
| commit_scope_name | name | Name of the scope to be referenced |
36+
| Name | Type | Description |
37+
|--------------------------------|------|---------------------------------------------------------|
38+
| commit_scope_id | oid | ID of the scope to be referenced |
39+
| commit_scope_name | name | Name of the scope to be referenced |
4040
| commit_scope_origin_node_group | oid | Node group for which the rule applies, referenced by ID |
41-
| sync_scope_rule | text | Definition of the scope |
41+
| sync_scope_rule | text | Definition of the scope |
4242

4343

4444
### `bdr.conflict_history`
@@ -77,7 +77,7 @@ For details, see [Logging conflicts to a table](/pgd/latest/reference/conflict-m
7777
| apply_tuple | json | Json representation of the resulting (the one that has been applied) row |
7878
| local_tuple_xmin | xid | Transaction that produced the local conflicting row (if `local_tuple` is set and the row isn't frozen) |
7979
| local_tuple_node_id | oid | Node that produced the local conflicting row (if `local_tuple` is set and the row isn't frozen) |
80-
| local_tuple_commit_time | timestamp with time zone | Last-known-change timestamp of the local conflicting row (if `local_tuple` is set and the row isn't frozen) |
80+
| local_tuple_commit_time | timestamp with time zone | Last-known-change timestamp of the local conflicting row (if `local_tuple` is set and the row isn't frozen). This commit timestamp belongs to the node that produced this tuple. |
8181

8282
### `bdr.conflict_history_summary`
8383

0 commit comments

Comments
 (0)