-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Remove multi-tenancy function from generated function doc #84756
Copy link
Copy link
Closed
Labels
A-cdcChange Data CaptureChange Data CaptureA-docsA-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
Describe the problem
We don't document multi-tenancy features in the public docs: https://www.cockroachlabs.com/docs/stable/functions-and-operators.html#multi-tenancy-functions. Either remove the function crdb_internal.sql_liveness_is_alive added in #51087 or recategorize it. There's also a typo in the definition:
Checks is given sqlliveness session id is not expired -> Checks if given sqlliveness session id is not expired
Jira issue: CRDB-17846
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureA-docsA-sql-builtinsSQL built-in functions and semantics thereof.SQL built-in functions and semantics thereof.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.