Skip to content

Commit 219e74c

Browse files
authored
Update text to clarify whats being updated post-restore
1 parent 22286b2 commit 219e74c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

product_docs/docs/pgd/5/sequences.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ support renaming `galloc` sequences or moving them to another namespace or
230230
renaming the namespace that contains a `galloc` sequence. Be
231231
mindful of this limitation while designing application schema.
232232

233-
Additionally, after restoring a node from a backup, all galloc sequences must manually
234-
have their maximum value set to the maximum value of the attached data column.
233+
Additionally, after restoring a node from a backup, all galloc sequences must manually have
234+
their next value set to the maximum value of the related column.
235+
See ["Set a new start value for the sequence"](#2-set-a-new-start-value-for-the-sequence).
235236

236237
#### Converting a local sequence to a galloc sequence
237238

0 commit comments

Comments
 (0)