summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_aggregate.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_aggregate.sgml')
-rw-r--r--doc/src/sgml/ref/drop_aggregate.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/drop_aggregate.sgml b/doc/src/sgml/ref/drop_aggregate.sgml
index dde1ea2444..ac29e7a419 100644
--- a/doc/src/sgml/ref/drop_aggregate.sgml
+++ b/doc/src/sgml/ref/drop_aggregate.sgml
@@ -70,8 +70,8 @@ DROP AGGREGATE [ IF EXISTS ] <replaceable>name</replaceable> ( <replaceable>aggr
<listitem>
<para>
- The mode of an argument: <literal>IN</> or <literal>VARIADIC</>.
- If omitted, the default is <literal>IN</>.
+ The mode of an argument: <literal>IN</literal> or <literal>VARIADIC</literal>.
+ If omitted, the default is <literal>IN</literal>.
</para>
</listitem>
</varlistentry>
@@ -94,10 +94,10 @@ DROP AGGREGATE [ IF EXISTS ] <replaceable>name</replaceable> ( <replaceable>aggr
<listitem>
<para>
An input data type on which the aggregate function operates.
- To reference a zero-argument aggregate function, write <literal>*</>
+ To reference a zero-argument aggregate function, write <literal>*</literal>
in place of the list of argument specifications.
To reference an ordered-set aggregate function, write
- <literal>ORDER BY</> between the direct and aggregated argument
+ <literal>ORDER BY</literal> between the direct and aggregated argument
specifications.
</para>
</listitem>
@@ -148,7 +148,7 @@ DROP AGGREGATE myavg(integer);
</para>
<para>
- To remove the hypothetical-set aggregate function <literal>myrank</>,
+ To remove the hypothetical-set aggregate function <literal>myrank</literal>,
which takes an arbitrary list of ordering columns and a matching list
of direct arguments:
<programlisting>