Skip to content

Commit 7b43450

Browse files
committed
Fix markup errors from recent patch.
1 parent aaad011 commit 7b43450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.39 2004/03/30 21:58:20 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.40 2004/03/30 22:08:50 momjian Exp $
33
-->
44

55
<chapter id="tutorial-advanced">
@@ -412,10 +412,10 @@ SELECT name, altitude
412412
system. Numerous languages may be used to implement functions and
413413
procedures; most built-in code is implemented in C. The
414414
<quote>basic</quote> loadable procedural language for
415-
<productname>PostgreSQL</productname> is <xref linkid="plpgsql">.
415+
<productname>PostgreSQL</productname> is <xref linkend="plpgsql">.
416416
Numerous other languages may also be used, including <xref
417-
linkid="plperl">, <xref linkid="pltcl">, and <xref
418-
linkid="plpython">.
417+
linkend="plperl">, <xref linkend="pltcl">, and <xref
418+
linkend="plpython">.
419419
</para>
420420

421421
<para> There are several ways that stored procedures are really

0 commit comments

Comments
 (0)