Use auto-generated session settings from CockroachDB source code#23251
Use auto-generated session settings from CockroachDB source code#23251rmloveland wants to merge 3 commits intomainfrom
Conversation
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
9747974 to
ab3c1d9
Compare
Files changed:
|
|
@rafiss this is the docs update to pull in the autogenerated session settings you added in cockroachdb/cockroach#142228 ! |
rafiss
left a comment
There was a problem hiding this comment.
amazing! thanks for doing htis
taroface
left a comment
There was a problem hiding this comment.
I think this automation is badly needed and overdue, so thank you for making it happen.
That said, I'm concerned that it completely erases the manual documentation of the settings, which in many cases were more descriptive and refined. Modest example: inject_retry_errors_enabled here versus in our docs. I'm not sure how to address this gap. What do you think about it?
Technical issue: The code formatting in the autogenerated table is not rendering correctly. I think we encountered this in the logging reference docs but don't recall how we fixed it.
| </div> | ||
|
|
||
| The following session variables are exposed only for backwards compatibility with earlier CockroachDB releases and have no impact on how CockroachDB runs: | ||
| **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. |
There was a problem hiding this comment.
| **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. | |
| **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 for the cluster, when applicable. |
Fixes DOC-12507