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 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
You can’t perform that action at this time.
0 commit comments