Skip to content

Conversation

@florence-crl
Copy link
Contributor

@florence-crl florence-crl commented Jan 13, 2026

Fixes DOC-15495

  • In session-vars.md, updated allow_unsafe_internals.
  • In crdb-internal.md, updated Access control section.
  • In logging-use-cases.md, updated Example: Unsafe internals section.
  • In system-catalogs.md, removed allow_unsafe_internals warning.

Rendered previews

In crdb-internal.md, updated Access control section.

In logging-use-cases.md, updated Example: Unsafe internals section.

In system-catalogs.md, removed allow_unsafe_internals warning.
@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 65ec027
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/696693d79122ca00086fa3d7

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 65ec027
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/696693d7fd557e0008bad1f7

@github-actions
Copy link

@netlify
Copy link

netlify bot commented Jan 13, 2026

Netlify Preview

Name Link
🔨 Latest commit 65ec027
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/696693d7a8b708000867736d
😎 Deploy Preview https://deploy-preview-22158--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@angles-n-daemons angles-n-daemons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks!

@rmloveland rmloveland self-requested a review January 15, 2026 21:53
Copy link
Contributor

@rmloveland rmloveland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

| Variable name | Description | Initial value | Modify with [`SET`]({% link {{ page.version.version }}/set-vars.md %})? | View with [`SHOW`]({% link {{ page.version.version }}/show-vars.md %})? |
|---|---|---|---|---|
| <a id="always-distribute-full-scans"></a> `always_distribute_full_scans` | When set to `on`, full table scans are always [distributed]({% link {{ page.version.version }}/architecture/sql-layer.md %}#distsql). | `off` | Yes | Yes |
| <a id="allow-unsafe-internals"></a>`allow_unsafe_internals` | Controls access to unsafe internals in the `system` database and the [`crdb_internal`]({% link {{ page.version.version }}/crdb-internal.md %}#access-control) schema. When set to `off`, you should access only [`information_schema` tables]({% link {{ page.version.version }}/information-schema.md %}).<br><br>**Warning**: In a future major release, this session variable will default to `off`. To [assess potential downstream impacts]({% link {{ page.version.version }}/logging-use-cases.md %}#unsafe-internals-disabled) on your setup, set `allow_unsafe_internals` to `off` in a non-production environment. | `on` | Yes | Yes |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this talk of future releases is ILLEGAL!!!! glad we're expunging it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants