diff options
Diffstat (limited to 'src/tools/backend/index.html')
-rw-r--r-- | src/tools/backend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html index 03a5a643e0b..cfcc6c6ac99 100644 --- a/src/tools/backend/index.html +++ b/src/tools/backend/index.html @@ -67,7 +67,7 @@ Each table referenced in the query is represented by a <A HREF="../../include/nodes/parsenodes.h"> RangeTableEntry,</A> and they are linked together to form the <I>range table</I> of the query, which is generated by <A HREF="../../backend/parser/parse_clause.c"> -makeRangeTable().</A> Query.rtable holds the query's range table.<P> +transformFromClause().</A> Query.rtable holds the query's range table.<P> Certain queries, like <I>SELECT,</I> return columns of data. Other |