Skip to content

Commit 218e82f

Browse files
authored
In sql-shell.md, added limitation regarding CALL statement. (#20027)
1 parent c6794f4 commit 218e82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/current/cockroachcloud/sql-shell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ To use this feature, select a cluster from the [**Clusters** page](cluster-manag
2020
- The SQL Shell does not yet support sessions.
2121
- The SQL Shell is not available for CockroachDB {{ site.data.products.advanced }} clusters with [additional security add-ons configured]({% link cockroachcloud/managing-access.md %}).
2222
- 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).
23+
- The SQL Shell does not support the [`CALL` statement]({% link {{ site.current_cloud_version }}/call.md %}) used to invoke a stored procedure.
2324

2425
## Overview
2526

0 commit comments

Comments
 (0)