From: Bruce Momjian Date: Wed, 10 Sep 2003 20:13:45 +0000 (+0000) Subject: This patch fixes a trivial typo in the CREATE FUNCTION ref page. X-Git-Tag: REL7_4_BETA3~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73cfa77edd205d45f90d5bb2aef6bbd6929943ed;p=thirdparty%2Fpostgresql.git This patch fixes a trivial typo in the CREATE FUNCTION ref page. Neil Conway --- diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 39ba9ff5881..4944a27a52b 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -364,7 +364,7 @@ CREATE [ OR REPLACE ] FUNCTION name Examples - Here is a trivial example to help you get startet. For more + Here is a trivial example to help you get started. For more information and examples, see . CREATE FUNCTION add(integer, integer) RETURNS integer