aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpgsql.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/plpgsql.sgml')
-rw-r--r--doc/src/sgml/plpgsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index ad1abdd0cab..b562bfd9c30 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -19,7 +19,7 @@
<itemizedlist>
<listitem>
<para>
- can be used to create functions and triggers,
+ can be used to create functions, procedures, and triggers,
</para>
</listitem>
<listitem>
@@ -34,7 +34,7 @@
</listitem>
<listitem>
<para>
- inherits all user-defined types, functions, and operators,
+ inherits all user-defined types, functions, procedures, and operators,
</para>
</listitem>
<listitem>