Skip to content

Commit 9cb0e86

Browse files
committed
Apply suggestions from SME review
1 parent 7882369 commit 9cb0e86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page lists new features added to Redpanda Cloud.
1010

1111
=== SQL editor in Redpanda Cloud Console
1212

13-
Redpanda Cloud Console now includes a built-in SQL editor. You can write and run `SELECT` queries against your Redpanda topics directly in the Console without installing a separate PostgreSQL client. The editor supports syntax highlighting, autocomplete, query history, and CSV and JSON export. For Iceberg-enabled topics, an indicator shows when results span both live topic data and Iceberg-committed history. See xref:sql:query-data/sql-editor.adoc[Use the SQL Editor].
13+
Redpanda Cloud Console now includes a built-in SQL editor. For SQL-enabled environments, you can write and run `SELECT` queries against your Redpanda topics directly in the Console without installing a separate PostgreSQL client. The editor supports syntax highlighting, autocomplete, query history, and CSV and JSON export. For Iceberg-enabled topics, an indicator shows when results span both live topic data and Iceberg-committed history. To enable Redpanda SQL, see xref:sql:get-started/deploy-sql-cluster.adoc[Enable Redpanda SQL]. To use the editor, see xref:sql:query-data/sql-editor.adoc[Use the SQL Editor].
1414

1515
== June 2026
1616

modules/sql/pages/query-data/sql-editor.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To run the query in the active tab, click *Run* or press kbd:[Cmd+Enter] (macOS)
5858

5959
To run a portion of the query, select the text you want to run, then click *Run selection*.
6060

61-
The SQL editor supports only `SELECT` statements. `CREATE TABLE` and permission statements (`GRANT`, `REVOKE`) are not available in the editor. Use the <<add-topic,Add a topic wizard>> to create tables and xref:sql:manage/manage-access.adoc[Manage access] to manage grants.
61+
Because Redpanda SQL is a read-only query engine, the SQL editor supports only `SELECT` statements. `CREATE TABLE` and permission statements (`GRANT`, `REVOKE`) are not available in the editor. Use the <<add-topic,Add a topic wizard>> to create tables and xref:sql:manage/manage-access.adoc[Manage access] to manage grants.
6262

6363
== View results
6464

@@ -79,7 +79,7 @@ Scroll the results grid to view all rows. If the server's row limit is reached,
7979

8080
When a query reads from an Iceberg-enabled topic in the Redpanda catalog, a *Bridge query* chip appears in the results status bar. This means the query returned data from both the live Redpanda topic and its Iceberg committed history.
8181

82-
If there are messages not yet committed to Iceberg, a message below the status bar shows the approximate offset lag at the time the query ran.
82+
If there are messages not yet committed to Iceberg, a message below the status bar shows approximately how many offsets are not yet in Iceberg at the time the query ran.
8383

8484
For details on querying across live and Iceberg-tiered data, see xref:sql:query-data/query-iceberg-topics.adoc[Query Iceberg-enabled Topics].
8585

0 commit comments

Comments
 (0)