diff --git a/docs/pages/connect-your-client/web-ui.mdx b/docs/pages/connect-your-client/web-ui.mdx index f7481b6c604d9..9bce88e3eac52 100644 --- a/docs/pages/connect-your-client/web-ui.mdx +++ b/docs/pages/connect-your-client/web-ui.mdx @@ -106,7 +106,7 @@ limitations. resemble popular database CLIs such as `psql`, it is a custom implementation with some differences and limitations: - **Feature Set:** Not all features available in `psql` are implemented. - For instance, scripting capabilities, query cancelation, or informational + For instance, scripting capabilities, query cancellation, or informational commands like `\d` or `\dt` are currently unsupported. - **Error Handling:** Error messages and diagnostics might differ from what users are accustomed to in `psql`.