Skip to content

Commit 341a392

Browse files
authored
Sequence range in node2
There is a typo in the range used for NODE2. The correct value should be the one in the example that is coming next (as fixed here)
1 parent 430e37e commit 341a392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/pgd/5.7/sequences.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ SELECT last_value AS range_start, log_cnt AS range_end
353353
(1 row)
354354
```
355355

356-
* Node `Node2` is using range from `2000004` to `4000003`.
356+
* Node `Node2` is using range from `2000334` to `4000333`.
357357

358358
```sql
359359
SELECT last_value AS range_start, log_cnt AS range_end

0 commit comments

Comments
 (0)