From c40429e4dcbff127d5075a37292172c850231319 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 28 Feb 2018 08:43:54 -0500 Subject: [PATCH] Fix URL reference to the "commands" module and improve language. Reported by Raymond O'Donnell --- templates/pages/developer/backend.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/pages/developer/backend.html b/templates/pages/developer/backend.html index 72fed19..4b9912c 100644 --- a/templates/pages/developer/backend.html +++ b/templates/pages/developer/backend.html @@ -56,9 +56,9 @@ or SelectStmt.

The statement is then identified as complex (SELECT / INSERT / -UPDATE / DELETE) or a simple, e.g CREATE USER, ANALYZE, , -etc. Simple utility commands are processed by statement-specific -functions in commands module. Complex statements require more handling.

The parser takes a complex query, and creates a