diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-10-30 19:34:40 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-10-30 19:34:40 +0000 |
commit | 3d83e28b2b3c1fda477256a21e153c99c5611bbd (patch) | |
tree | c6eb38becbf140b5d223048f9d6b69b1829fae5f /doc/src/sgml/ref/create_function.sgml | |
parent | 3ac0a4e0589348ffd185ad463c8f89071f9f3695 (diff) | |
download | postgresql-3d83e28b2b3c1fda477256a21e153c99c5611bbd.tar.gz postgresql-3d83e28b2b3c1fda477256a21e153c99c5611bbd.zip |
Minor cleanup in markup, especially in the Output section.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 96cce89bd9a..e639845a7c5 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -100,14 +100,7 @@ CREATE FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceab Outputs </TITLE> <PARA> - </PARA> - <VARIABLELIST> - <VARLISTENTRY> - <TERM> -<replaceable>status</replaceable> - </TERM> - <LISTITEM> - <PARA> + <VARIABLELIST> <VARLISTENTRY> <TERM> @@ -116,12 +109,6 @@ CREATE FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceab <LISTITEM> <PARA> This is returned if the command completes successfully. - </PARA> - </LISTITEM> - </VARLISTENTRY> - </variablelist> - </LISTITEM> - </VARLISTENTRY> </VARIABLELIST> </REFSECT2> </REFSYNOPSISDIV> |