Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4c7e93

Browse files
committed
In ALTER EXTENSION docs, document left_type/right_type.
Noted by Daniele Varrazzo.
1 parent 9052e28 commit d4c7e93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/ref/alter_extension.sgml

+12
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,18 @@ ALTER EXTENSION <replaceable class="PARAMETER">extension_name</replaceable> DROP
241241
</listitem>
242242
</varlistentry>
243243

244+
<varlistentry>
245+
<term><replaceable class="parameter">left_type</replaceable></term>
246+
<term><replaceable class="parameter">right_type</replaceable></term>
247+
<listitem>
248+
<para>
249+
The data type(s) of the operator's arguments (optionally
250+
schema-qualified). Write <literal>NONE</> for the missing argument
251+
of a prefix or postfix operator.
252+
</para>
253+
</listitem>
254+
</varlistentry>
255+
244256
<varlistentry>
245257
<term><literal>PROCEDURAL</literal></term>
246258

0 commit comments

Comments
 (0)