Skip to content

Commit

Permalink
Added bdr.node_config_summary to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe442 committed Oct 17, 2024
1 parent 430f936 commit 00cfb5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions product_docs/docs/pgd/5.6/reference/catalogs-internal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,23 @@ An internal catalog table with per-node configuration options.
| node_route_reads | boolean | Switch to allow reads |
| node_route_dsn | text | Interface of this node |

### `bdr.node_config_summary`

A view of the `bdr.node_config` catalog that displays the information in a more human-readable format.

#### `bdr.node_config_summary` columns

| Name | Type | Description |
| ----------------------- | -------- | ---------------------------------------- |
| node_name | text | The name of this node |
| node_id | oid | Node ID |
| node_route_priority | int | Priority assigned to this node |
| node_route_fence | boolean | Switch to fence this node |
| node_route_writes | boolean | Switch to allow writes |
| node_route_reads | boolean | Switch to allow reads |
| node_route_dsn | text | Interface of this node |
| effective_route_dsn | text | Full DSN of this node |

### `bdr.node_group_config`

An internal catalog table with per-node group configuration options.
Expand Down

0 comments on commit 00cfb5f

Please sign in to comment.