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 **** Examples ! Here is a trivial example to help you get startet. For more information and examples, see . CREATE FUNCTION add(integer, integer) RETURNS integer --- 379,385 ---- Examples ! Here is a trivial example to help you get started. For more information and examples, see . CREATE FUNCTION add(integer, integer) RETURNS integer