|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.39 2004/03/3021:58:20 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.40 2004/03/3022:08:50 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="tutorial-advanced">
|
@@ -412,10 +412,10 @@ SELECT name, altitude
|
412 | 412 | system. Numerous languages may be used to implement functions and
|
413 | 413 | procedures; most built-in code is implemented in C. The
|
414 | 414 | <quote>basic</quote> loadable procedural language for
|
415 |
| - <productname>PostgreSQL</productname> is <xreflinkid="plpgsql">. |
| 415 | + <productname>PostgreSQL</productname> is <xreflinkend="plpgsql">. |
416 | 416 | Numerous other languages may also be used, including <xref
|
417 |
| -linkid="plperl">, <xreflinkid="pltcl">, and <xref |
418 |
| -linkid="plpython">. |
| 417 | +linkend="plperl">, <xreflinkend="pltcl">, and <xref |
| 418 | +linkend="plpython">. |
419 | 419 | </para>
|
420 | 420 |
|
421 | 421 | <para> There are several ways that stored procedures are really
|
|