|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.12 2000/12/22 18:57:49 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.13 2000/12/26 00:10:37 petere Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="overview">
|
@@ -284,7 +284,7 @@ select s.sname, se.pno
|
284 | 284 | <para>
|
285 | 285 | Figure \ref{parsetree} shows the <firstterm>parse tree</firstterm> built by the
|
286 | 286 | grammar rules and actions given in <filename>gram.y</filename> for the query
|
287 |
| - given in <xref linkend="simple-select" endterm="simple-select"> |
| 287 | + given in <xref linkend="simple-select"> |
288 | 288 | (without the <firstterm>operator tree</firstterm> for
|
289 | 289 | the <firstterm>where clause</firstterm> which is shown in figure \ref{where_clause}
|
290 | 290 | because there was not enough space to show both data structures in one
|
@@ -312,8 +312,8 @@ select s.sname, se.pno
|
312 | 312 |
|
313 | 313 | <para>
|
314 | 314 | Figure \ref{where_clause} shows the operator tree built for the
|
315 |
| - where clause of the SQL query given in example |
316 |
| - <xref linkend="simple-select" endterm="simple-select"> |
| 315 | + where clause of the SQL query given in |
| 316 | + <xref linkend="simple-select"> |
317 | 317 | which is attached to the field
|
318 | 318 | <literal>qual</literal> of the <literal>SelectStmt</literal> node. The top node of the
|
319 | 319 | operator tree is an <literal>A_Expr</literal> node representing an <literal>AND</literal>
|
|