1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

In ALTER EXTENSION docs, document left_type/right_type.

Noted by Daniele Varrazzo.
This commit is contained in:
Robert Haas 2011-06-13 10:23:14 -04:00
parent 5267e5ea5e
commit a886c94e5e

View File

@ -241,6 +241,18 @@ ALTER EXTENSION <replaceable class="PARAMETER">extension_name</replaceable> DROP
</listitem>
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">left_type</replaceable></term>
<term><replaceable class="parameter">right_type</replaceable></term>
<listitem>
<para>
The data type(s) of the operator's arguments (optionally
schema-qualified). Write <literal>NONE</> for the missing argument
of a prefix or postfix operator.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>PROCEDURAL</literal></term>