We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9052e28 commit d4c7e93Copy full SHA for d4c7e93
doc/src/sgml/ref/alter_extension.sgml
@@ -241,6 +241,18 @@ ALTER EXTENSION <replaceable class="PARAMETER">extension_name</replaceable> DROP
241
</listitem>
242
</varlistentry>
243
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
+
256
<varlistentry>
257
<term><literal>PROCEDURAL</literal></term>
258
0 commit comments