aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
commit2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch)
tree8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/ref/create_function.sgml
parent3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff)
downloadpostgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.tar.gz
postgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.zip
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 4944a27a52b..ec458e51975 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.51 2003/09/10 20:13:45 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.52 2003/09/11 21:42:20 momjian Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -382,7 +382,7 @@ CREATE FUNCTION add(integer, integer) RETURNS integer
<para>
A <command>CREATE FUNCTION</command> command is defined in SQL99.
- The <application>PostgreSQL</application> version is similar but
+ The <productname>PostgreSQL</productname> version is similar but
not fully compatible. The attributes are not portable, neither are the
different available languages.
</para>