Skip to content

Commit

Permalink
Improve text on internal sequence operators
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m authored Apr 17, 2024
1 parent f24439d commit 69a756f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions product_docs/docs/pgd/5/reference/functions-internal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 69a756f

Please sign in to comment.