Skip to content

DOC-14475 Clarify Limitations of Stored Procedure Support in Cloud SQL Shell #20027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/current/cockroachcloud/sql-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To use this feature, select a cluster from the [**Clusters** page](cluster-manag
- The SQL Shell does not yet support sessions.
- The SQL Shell is not available for CockroachDB {{ site.data.products.advanced }} clusters with [additional security add-ons configured]({% link cockroachcloud/managing-access.md %}).
- The SQL Shell is available to CockroachDB {{ site.data.products.cloud }} users with the [Cluster Admin role]({% link cockroachcloud/create-an-advanced-cluster.md %}#step-6-configure-advanced-security-features).
- The SQL Shell does not support the [`CALL` statement]({% link {{ site.current_cloud_version }}/call.md %}) used to invoke a stored procedure.

## Overview

Expand Down
Loading