Fix markup errors from recent patch.
This commit is contained in:
parent
aaad011940
commit
7b43450931
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.39 2004/03/30 21:58:20 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.40 2004/03/30 22:08:50 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="tutorial-advanced">
|
<chapter id="tutorial-advanced">
|
||||||
@ -412,10 +412,10 @@ SELECT name, altitude
|
|||||||
system. Numerous languages may be used to implement functions and
|
system. Numerous languages may be used to implement functions and
|
||||||
procedures; most built-in code is implemented in C. The
|
procedures; most built-in code is implemented in C. The
|
||||||
<quote>basic</quote> loadable procedural language for
|
<quote>basic</quote> loadable procedural language for
|
||||||
<productname>PostgreSQL</productname> is <xref linkid="plpgsql">.
|
<productname>PostgreSQL</productname> is <xref linkend="plpgsql">.
|
||||||
Numerous other languages may also be used, including <xref
|
Numerous other languages may also be used, including <xref
|
||||||
linkid="plperl">, <xref linkid="pltcl">, and <xref
|
linkend="plperl">, <xref linkend="pltcl">, and <xref
|
||||||
linkid="plpython">.
|
linkend="plpython">.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para> There are several ways that stored procedures are really
|
<para> There are several ways that stored procedures are really
|
||||||
|
Loading…
x
Reference in New Issue
Block a user