Skip to content

Commit

Permalink
Merge pull request cockroachdb#7676 from jseldess/comment-correction
Browse files Browse the repository at this point in the history
Correct comment listing statements that can be EXPLAINed
  • Loading branch information
jseldess authored Jul 7, 2016
2 parents 5b901d9 + 25b2016 commit d3e117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/explain.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
var explainStrings = []string{"", "debug", "plan", "trace", "types"}

// Explain executes the explain statement, providing debugging and analysis
// info about a DELETE, INSERT, SELECT or UPDATE statement.
// info about the wrapped statement.
//
// Privileges: the same privileges as the statement being explained.
func (p *planner) Explain(n *parser.Explain, autoCommit bool) (planNode, error) {
Expand Down

0 comments on commit d3e117a

Please sign in to comment.