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_operator.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_operator.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_operator.sgml | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 5322927fac0..5cb21cda5cc 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -18,8 +18,8 @@ <DATE>1998-09-09</DATE> </REFSYNOPSISDIVINFO> <SYNOPSIS> -CREATE OPERATOR <replaceable>name</replaceable> - ( PROCEDURE = <replaceable class="parameter">func_name</replaceable> +CREATE OPERATOR <replaceable>name</replaceable> ( + PROCEDURE = <replaceable class="parameter">func_name</replaceable> [, LEFTARG = <replaceable class="parameter">type1</replaceable> ] [, RIGHTARG = <replaceable class="parameter">type2</replaceable> ] [, COMMUTATOR = <replaceable class="parameter">com_op</replaceable> ] @@ -155,14 +155,6 @@ Operator to use for sorting. Outputs </TITLE> <PARA> - </PARA> - <VARIABLELIST> - <VARLISTENTRY> - <TERM> -<replaceable>status</replaceable> - </TERM> - <LISTITEM> - <PARA> <VARIABLELIST> <VARLISTENTRY> <TERM> @@ -171,12 +163,7 @@ Operator to use for sorting. <LISTITEM> <PARA> Message returned if the operator is successfully created. - </PARA> - </LISTITEM> - </VARLISTENTRY> - </variablelist> - </LISTITEM> - </VARLISTENTRY> + </VARIABLELIST> </REFSECT2> </REFSYNOPSISDIV> |