mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix XREF markup and typo.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
<note>
|
<note>
|
||||||
<title>Author</title>
|
<title>Author</title>
|
||||||
<para>
|
<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
|
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.
|
of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
|
||||||
</para>
|
</para>
|
||||||
@ -437,6 +437,7 @@ current context are performed.
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
@ -494,7 +495,7 @@ current context are performed.
|
|||||||
<title>Techniques To Implement Views</title>
|
<title>Techniques To Implement Views</title>
|
||||||
|
|
||||||
<para>
|
<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
|
better illustration we show how to implement views using rules
|
||||||
as an example.
|
as an example.
|
||||||
</para>
|
</para>
|
||||||
@ -578,6 +579,7 @@ current context are performed.
|
|||||||
s.sname <> 'Smith';
|
s.sname <> 'Smith';
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user