From: Robert Haas Date: Mon, 13 Jun 2011 14:23:14 +0000 (-0400) Subject: In ALTER EXTENSION docs, document left_type/right_type. X-Git-Tag: REL9_1_BETA3~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a886c94e5e780839f86468fd7883f0cfd3fabca5;p=postgresql In ALTER EXTENSION docs, document left_type/right_type. Noted by Daniele Varrazzo. --- diff --git a/doc/src/sgml/ref/alter_extension.sgml b/doc/src/sgml/ref/alter_extension.sgml index e8c9608666..67e2c3be49 100644 --- a/doc/src/sgml/ref/alter_extension.sgml +++ b/doc/src/sgml/ref/alter_extension.sgml @@ -241,6 +241,18 @@ ALTER EXTENSION extension_name DROP + + left_type + right_type + + + The data type(s) of the operator's arguments (optionally + schema-qualified). Write NONE for the missing argument + of a prefix or postfix operator. + + + + PROCEDURAL