We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7cb5b commit a6e75c8Copy full SHA for a6e75c8
1 file changed
docs/SQLExtension.md
@@ -28,6 +28,7 @@ and transaction management.
28
1. CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] dbname [{LOCATION | DIRECTORY} 'data-dir']
29
2. "DROP {DATABASE | SCHEMA} [IF EXISTS] dbname", requires superuser privilege
30
3. SHOW [ALL] DATABASES
31
+4. SHOW STATUS
32
```
33
34
## Connection management
0 commit comments