aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-04-06 15:36:56 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-04-06 15:36:56 +0000
commit988d5ef536b11be53d1da8482a7c3c9ac593d058 (patch)
tree659c10b923f41d8520991734a9862278412e7594
parentd1c1301039a88a41d35f722c73461f72567bf1bb (diff)
downloadpostgresql-988d5ef536b11be53d1da8482a7c3c9ac593d058.tar.gz
postgresql-988d5ef536b11be53d1da8482a7c3c9ac593d058.zip
Fix XREF markup and typo.
-rw-r--r--doc/src/sgml/arch-dev.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml
index 3fc6a1d8361..7bc8e8482e1 100644
--- a/doc/src/sgml/arch-dev.sgml
+++ b/doc/src/sgml/arch-dev.sgml
@@ -4,7 +4,7 @@
<note>
<title>Author</title>
<para>
- This chapter originally appeared as a part of <xref id="SIM98">, Stefan Simkovics'
+ This chapter originally appeared as a part of <xref linkend="SIM98" endterm="SIM98">, Stefan Simkovics'
Master's Thesis prepared at Vienna University of Technology under the direction
of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
</para>
@@ -437,6 +437,7 @@ current context are performed.
\end{figure}
-->
+ </sect2>
</sect1>
<sect1>
@@ -494,7 +495,7 @@ current context are performed.
<title>Techniques To Implement Views</title>
<para>
- Now will sketch the algorithm of the query rewrite system. For
+ Now we will sketch the algorithm of the query rewrite system. For
better illustration we show how to implement views using rules
as an example.
</para>
@@ -578,6 +579,7 @@ current context are performed.
s.sname &lt;&gt; 'Smith';
</programlisting>
</para>
+</sect3>
</sect2>
</sect1>