docs
docs copied to clipboard
CockroachDB user documentation
DOC-7501 DOC-7507 DOC-8003 - Document `VISIBILITY` clause for `ALTER INDEX`, `CREATE INDEX` (and implicitly `CREATE TABLE`, though that doc wasn't affected). - Note that partially visible indexes are considered fully...
This is a follow-up to this PR: https://github.com/cockroachdb/docs/pull/18358 To rename some include files in v24.1 and v24.2.
DOC-10470 - Document generic query plans. - Expand descriptions of custom plans and plan cache. - Add session setting. - Add new EXPLAIN field.
Andrew Deally (drewdeally) commented: Page: https://cockroachlabs.com/docs/v23.1/backup.html ## What is the reason for your feedback? [ ] Missing the information I need with nodelocal / NFS on prem example [ ##...
https://github.com/cockroachdb/docs/pull/17710/ would no longer build
Fixes DOC-6776
Fixes DOC-10455
Update the issuer.yaml so the indention is the same as https://github.com/cockroachdb/helm-charts/tree/master#installation-of-helm-chart-with-cert-manager
Jesse Seldess commented: We need to add a page on "Prepared Statements", covering both how these work in application code and how they can work for scripts/testing. The MySQL docs...