File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
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 <xref linkid ="plpgsql">.
415
+ <productname>PostgreSQL</productname> is <xref linkend ="plpgsql">.
416
416
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">.
419
419
</para>
420
420
421
421
<para> There are several ways that stored procedures are really
You can’t perform that action at this time.
0 commit comments