Skip to content

Commit 9747974

Browse files
committed
Clarify session variable table column text
1 parent 9d9c0a6 commit 9747974

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/current/_includes/v26.2/misc/session-vars.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% comment %}
2-
The empty anchors below preserve existing links until the generated table emits per-variable anchors.
2+
The empty anchors below preserve existing links until DOC-16985 updates the
3+
CockroachDB docgen session variables table to emit per-variable anchors.
34
{% endcomment %}
45
<div aria-hidden="true">
56
<a id="always-distribute-full-scans"></a>
@@ -120,7 +121,7 @@ The empty anchors below preserve existing links until the generated table emits
120121
<a id="synchronous-commit"></a>
121122
</div>
122123

123-
The following table is generated from the CockroachDB source. `Read-only` indicates whether the variable can be changed in a session. `Cluster Setting` identifies the cluster setting that supplies the default value, when applicable.
124+
`Read-only` indicates whether the variable can be changed in a session with [`SET`]({% link {{ page.version.version }}/set-vars.md %}). `Cluster Setting` identifies the [cluster setting]({% link {{ page.version.version }}/cluster-settings.md %}) that supplies the default value, when applicable.
124125

125126
<table>
126127
{% remote_include https://raw.githubusercontent.com/cockroachdb/cockroach/{{ page.release_info.crdb_branch_name }}/docs/generated/sql/session_vars.md ||<table>||</table> %}

0 commit comments

Comments
 (0)