Skip to content

Add docs on: TCP keepalive updates; schema.auto_unlock variable; fuzzystrmatch extension#23191

Open
rmloveland wants to merge 3 commits intomainfrom
20260415-DOC-16221-sql-foundations262-papercuts-support
Open

Add docs on: TCP keepalive updates; schema.auto_unlock variable; fuzzystrmatch extension#23191
rmloveland wants to merge 3 commits intomainfrom
20260415-DOC-16221-sql-foundations262-papercuts-support

Conversation

@rmloveland
Copy link
Copy Markdown
Contributor

Fixes DOC-16221

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 16, 2026

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 6ff368c
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/69e130ad7606ba000823667a

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 16, 2026

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 6ff368c
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/69e130ad2e679700085d5cd5

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

Diagram Anchor Check: Passed

All sql-grammar.html#anchor references in SQL diagram files resolve correctly against stmt_block.html.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 16, 2026

Netlify Preview

Name Link
🔨 Latest commit 6ff368c
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/69e130ad7ae7950008e05a4a
😎 Deploy Preview https://deploy-preview-23191--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.

@rmloveland rmloveland requested a review from rafiss April 16, 2026 18:56
@rmloveland
Copy link
Copy Markdown
Contributor Author

hey @rafiss i batched up the unrelated "papercuts" changes you mentioned in your comment on DOC-16221 into this one PR, hope that's ok!

Copy link
Copy Markdown
Contributor

@rafiss rafiss left a comment

Choose a reason for hiding this comment

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

lgtm overall!

this is separate from this PR, but at some point i'd be interested in doing what i can to help the docs pages automatically get updated with new session variables. a table with descriptions gets auto-generated in the CRDB code base here: https://github.com/cockroachdb/cockroach/blob/master/docs/generated/sql/session_vars.md

Triggers | Partial | Standard | [Triggers documentation]({% link {{ page.version.version }}/triggers.md %})
Row-level TTL | ✓ | Common Extension | Automatically delete expired rows. For more information, see [Batch-delete expired data with Row-Level TTL]({% link {{ page.version.version }}/row-level-ttl.md %}).
User-defined functions | Partial | Standard | [User-Defined Functions documentation]({% link {{ page.version.version }}/user-defined-functions.md %})
<span class="version-tag">New in v26.2:</span> `CREATE EXTENSION "fuzzystrmatch"` | ✓ | Common Extension | Provides PostgreSQL-compatible fuzzy string matching functions including `soundex()`, `difference()`, `levenshtein()`, `metaphone()`, [`dmetaphone()`]({% link {{ page.version.version }}/functions-and-operators.md %}#dmetaphone), [`dmetaphone_alt()`]({% link {{ page.version.version }}/functions-and-operators.md %}#dmetaphone_alt), and [`daitch_mokotoff()`]({% link {{ page.version.version }}/functions-and-operators.md %}#daitch_mokotoff). These functions are available without running `CREATE EXTENSION "fuzzystrmatch"`. CockroachDB does not have full support for `CREATE EXTENSION`. [GitHub issue tracking `CREATE EXTENSION` support](https://github.com/cockroachdb/cockroach/issues/74777).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

technically, we also have the levenshtein_less_equal function. it's already on the page here though: https://www.cockroachlabs.com/docs/stable/functions-and-operators#fuzzy-string-matching-functions

so i'm not sure if it's necessary on this one

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.

2 participants