1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Fix inconsistent capitalization of "PL/pgSQL".

Josh Kupershmidt
This commit is contained in:
Robert Haas
2010-09-22 21:57:37 -04:00
parent 8687fbbe42
commit 0c8ed2dafb
15 changed files with 37 additions and 37 deletions

View File

@@ -145,7 +145,7 @@
<para>
<productname>PostgreSQL</productname> includes several procedural
languages with the base distribution: <link
linkend="plpgsql">PL/PgSQL</link>, <link linkend="pltcl">PL/Tcl</link>,
linkend="plpgsql">PL/pgSQL</link>, <link linkend="pltcl">PL/Tcl</link>,
<link linkend="plperl">PL/Perl</link>, and <link
linkend="plpython">PL/Python</link>.
</para>