Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id EAD4A1336FA7 for ; Thu, 7 Apr 2011 22:50:00 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 21781-02 for ; Fri, 8 Apr 2011 01:49:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id C1BE41337BCC for ; Thu, 7 Apr 2011 22:49:52 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id p381npLU017694; Thu, 7 Apr 2011 21:49:51 -0400 (EDT) To: Robert Haas cc: Daniele Varrazzo , pgsql-docs@postgresql.org Subject: Re: Missing doc for operator args in alter extension In-reply-to: References: Comments: In-reply-to Robert Haas message dated "Tue, 05 Apr 2011 13:14:59 -0400" Date: Thu, 07 Apr 2011 21:49:50 -0400 Message-ID: <17693.1302227390@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201104/60 X-Sequence-Number: 6631 Robert Haas writes: > On Mon, Apr 4, 2011 at 9:10 PM, Daniele Varrazzo > wrote: >> the documentation for ALTER EXTENSION is missing the description for >> the arguments of the form ADD OPERATOR name (left_type, right_type). > I think we might want to make the synopsis, as well as the description > of left_arg and right_arg, match what's on the DROP OPERATOR page. I think I borrowed that text from the COMMENT page. Should probably look at that too. regards, tom lane