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 9052e285b5
commit d4c7e934df
1 changed files with 12 additions and 0 deletions

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>