From 69a756f2d81e3efc81a816fb07df6d28d62f6c1e Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:47:00 +0100 Subject: [PATCH] Improve text on internal sequence operators --- product_docs/docs/pgd/5/reference/functions-internal.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/pgd/5/reference/functions-internal.mdx b/product_docs/docs/pgd/5/reference/functions-internal.mdx index 0f6c8f222f5..19cb1d9acd3 100644 --- a/product_docs/docs/pgd/5/reference/functions-internal.mdx +++ b/product_docs/docs/pgd/5/reference/functions-internal.mdx @@ -371,19 +371,19 @@ the owner of the table, provided the owner has bdr_superuser privileges. Part of the internal implementation of global sequence manipulation. -Invoked automatically as needed. +Invoked automatically when `currval()` is called on a galloc or snowflakeid sequence. ### `bdr.seq_lastval` Part of the internal implementation of global sequence manipulation. -Invoked automatically as needed. +Invoked automatically when `lastval()` is called on a galloc or snowflakeid sequence. ### `bdr.seq_nextval` Part of the internal implementation of global sequence increments. -Invoked automatically as needed. +Invoked automatically when `nextval()` is called on a galloc or snowflakeid sequence ### `bdr.show_subscription_status`