aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-10-01 02:00:44 +0000
committerNeil Conway <neilc@samurai.com>2004-10-01 02:00:44 +0000
commit3738510c2c33e8e2ea892238cbb022bcd774f875 (patch)
treee66b084f3f2b33569cdf337984d85477529e4687 /doc/src/sgml/ref/create_function.sgml
parentd2af5f8a3e89f02dd54949fa42e2dcd31ddcd5c7 (diff)
downloadpostgresql-3738510c2c33e8e2ea892238cbb022bcd774f875.tar.gz
postgresql-3738510c2c33e8e2ea892238cbb022bcd774f875.zip
Remove more traces of libpgtcl from the source tree. Also, make some
semi-related SGML cleanup. Original patch from ljb220@mindspring.com, additional cleanup by Neil Conway.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 2333f8a374c..a3e266729be 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.61 2004/09/20 22:48:29 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.62 2004/10/01 02:00:44 neilc Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -402,7 +402,8 @@ CREATE FUNCTION add(integer, integer) RETURNS integer
</para>
<para>
- Increment an integer, making use of an argument name, in PL/PgSQL:
+ Increment an integer, making use of an argument name, in
+ <application>PL/pgSQL</application>:
<programlisting>
CREATE OR REPLACE FUNCTION increment(i integer) RETURNS integer AS '