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_2_BETA1~1582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4c7e934dfe1ecb4cb4139e4a5e6bfd88c94df66;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