Add docs on: TCP keepalive updates; schema.auto_unlock variable; fuzzystrmatch extension#23191
Add docs on: TCP keepalive updates; schema.auto_unlock variable; fuzzystrmatch extension#23191rmloveland wants to merge 3 commits intomainfrom
schema.auto_unlock variable; fuzzystrmatch extension#23191Conversation
…uzzystrmatch` extension Fixes DOC-16221
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed:
|
Diagram Anchor Check: PassedAll |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
rafiss
left a comment
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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
Fixes DOC-16221