This patch fixes a trivial typo in the CREATE FUNCTION ref page. -Neil
Index: doc/src/sgml/ref/create_function.sgml =================================================================== RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/create_function.sgml,v retrieving revision 1.49 diff -c -r1.49 create_function.sgml *** doc/src/sgml/ref/create_function.sgml 31 Aug 2003 17:32:22 -0000 1.49 --- doc/src/sgml/ref/create_function.sgml 5 Sep 2003 03:10:10 -0000 *************** *** 379,385 **** <title>Examples</title> <para> ! Here is a trivial example to help you get startet. For more information and examples, see <xref linkend="xfunc">. <programlisting> CREATE FUNCTION add(integer, integer) RETURNS integer --- 379,385 ---- <title>Examples</title> <para> ! Here is a trivial example to help you get started. For more information and examples, see <xref linkend="xfunc">. <programlisting> CREATE FUNCTION add(integer, integer) RETURNS integer
---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]