diff options
author | Bruce Momjian | 2004-03-30 22:08:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-03-30 22:08:50 +0000 |
commit | 7b43450931f0a3bd99cacb44906a759e87adac8d (patch) | |
tree | 1df5bcc318905ecb7810ea53d34dc4d65e1e5d24 | |
parent | aaad011940d181469e1d5cf4655105319f6b085c (diff) |
Fix markup errors from recent patch.
-rw-r--r-- | doc/src/sgml/advanced.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml index 892dfaf3ae1..becc8720bca 100644 --- a/doc/src/sgml/advanced.sgml +++ b/doc/src/sgml/advanced.sgml @@ -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"> @@ -412,10 +412,10 @@ SELECT name, altitude system. Numerous languages may be used to implement functions and procedures; most built-in code is implemented in C. The <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 - linkid="plperl">, <xref linkid="pltcl">, and <xref - linkid="plpython">. + linkend="plperl">, <xref linkend="pltcl">, and <xref + linkend="plpython">. </para> <para> There are several ways that stored procedures are really |