]> granicus.if.org Git - postgresql/commitdiff
In ALTER EXTENSION docs, document left_type/right_type.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Jun 2011 14:23:14 +0000 (10:23 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 13 Jun 2011 14:24:37 +0000 (10:24 -0400)
Noted by Daniele Varrazzo.

doc/src/sgml/ref/alter_extension.sgml

index e8c9608666e7aad2b5145b39472ac5d84c18d928..67e2c3be497c41c3943ca7b83bcead35740d3a1c 100644 (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>