Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
headless: true
---
- `USAGE` privileges on the schemas that all relations in the explainee are
contained in.
1 change: 1 addition & 0 deletions doc/user/content/sql/explain-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Explained object | Description
**VIEW name** | Display the `RAW` or `LOCALLY OPTIMIZED` plan for an existing view.
**INDEX name** | Display the `OPTIMIZED` or `PHYSICAL` plan for an existing index.
**MATERIALIZED VIEW name** | Display the `OPTIMIZED` or `PHYSICAL` plan for an existing materialized view.
**REPLAN VIEW name**, **REPLAN INDEX name**, **REPLAN MATERIALIZED VIEW name** | Re-run the optimizer on an existing view, index, or materialized view and display the resulting plan. See [`EXPLAIN REPLAN`](../explain-replan).

### Output format

Expand Down
Loading
Loading