Skip to content

Commit a6e75c8

Browse files
committed
Add "show status" doc
1 parent 5f7cb5b commit a6e75c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/SQLExtension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and transaction management.
2828
1. CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] dbname [{LOCATION | DIRECTORY} 'data-dir']
2929
2. "DROP {DATABASE | SCHEMA} [IF EXISTS] dbname", requires superuser privilege
3030
3. SHOW [ALL] DATABASES
31+
4. SHOW STATUS
3132
```
3233

3334
## Connection management

0 commit comments

Comments
 (0)