diff --git a/product_docs/docs/pgd/5/sequences.mdx b/product_docs/docs/pgd/5/sequences.mdx index 18e25a170a5..dc7e341ddf0 100644 --- a/product_docs/docs/pgd/5/sequences.mdx +++ b/product_docs/docs/pgd/5/sequences.mdx @@ -230,8 +230,8 @@ support renaming `galloc` sequences or moving them to another namespace or renaming the namespace that contains a `galloc` sequence. Be mindful of this limitation while designing application schema. -Additionally, after restoring a node from a backup, all galloc sequences must manually have their maximum -value set to the maximum value of the attached data column. +Additionally, after restoring a node from a backup, all galloc sequences must manually +have their maximum value set to the maximum value of the attached data column. #### Converting a local sequence to a galloc sequence