OSDN Git Service

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 e8c9608..67e2c3b 100644 (file)
@@ -242,6 +242,18 @@ ALTER EXTENSION <replaceable class="PARAMETER">extension_name</replaceable> DROP
     </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>
 
      <listitem>