Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a132e9

Browse files
committed
update
1 parent96f5323 commit3a132e9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎src/tools/backend/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ <H2 ALIGN=CENTER>
4343
queries, like<I>INSERT</I> and<I>UPDATE,</I> specify the columns
4444
modified by the query. These column references are converted to<A
4545
HREF="../../include/nodes/primnodes.h">Resdom</A> entries, which are
46-
linked together to make up the<I>target list</I> of the query. The
47-
target list is stored in Query.targetList, which is generated by
46+
placed in<AHREF="../../include/nodes/parsenodes.h">target list
47+
entries,</I> and linked together to make up the<I>target list</I> of
48+
the query. The target list is stored in Query.targetList, which is
49+
generated by
4850
<AHREF="../../backend/parser/parse_target.c">transformTargetList().</A>
4951
<P>
5052
Other query elements, like aggregates(<I>SUM()</I>),<I>GROUP BY,</I>
@@ -62,9 +64,13 @@ <H2 ALIGN=CENTER>
6264
table join order and join type of each table in the RangeTable, using
6365
Query.qual(<I>WHERE</I> clause) to consider optimal index usage.
6466
<P>
67+
6568
The Plan is then passed to the<A
6669
HREF="../../backend/executor">executor</A> for execution, and the result
67-
returned to the client.
70+
returned to the client. The Plan actually as set of nodes, arranged in
71+
a tree structure with a top-level node, and various sub-nodes as
72+
children.
73+
6874
<P>
6975
There are many other modules that support this basic functionality.
7076
They can be accessed by clicking on the flowchart.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp