Skip to content

Commit 47b2f23

Browse files
authored
Merge pull request #6587 from EnterpriseDB/lucianobotti-patch-sequence
Sequence range in node2
2 parents 7f0d7f9 + 341a392 commit 47b2f23

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)