Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 59E5C133655C for ; Tue, 5 Apr 2011 14:15:12 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 45251-04 for ; Tue, 5 Apr 2011 17:15:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wy0-f174.google.com (mail-wy0-f174.google.com [74.125.82.174]) by mail.postgresql.org (Postfix) with ESMTP id 7C98B13364DE for ; Tue, 5 Apr 2011 14:15:01 -0300 (ADT) Received: by wya21 with SMTP id 21so528677wya.19 for ; Tue, 05 Apr 2011 10:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Jy9Dh63KIQbpmYm8GwlYwGgB4R7//fYVZY5G3QIyoDI=; b=BpK2i2FfpCHjeLU9xF6IpKvcJGTi7fLfKLm7GJ47OkcsJkjpqfYMx5YQgnR7KSYezb HtBE83MeB2tPBqx68BSj56SnFrl5Q6WgxQ1JC2O1oHZCypfhWiVynk24CwrYlixXnVFm k2PZV1vUeXVtQKhYzfoBFEPbiIgHnJJqkndec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PyC+BK361jf1XGpirZtSLvJKIRN1+krWmy37saEJ5/QFvsfIquuE+9PC4eF2HhkK37 IyDrYwUFSspXeTlEOJLBrKB/YHGRYRrn1pkPgehZbr1b1i02HRZjFe2m7w4U4Qf/pPHc EUn6e94zh39RdwAIpM9Qs6IWhwKvMZv+6D/5E= MIME-Version: 1.0 Received: by 10.216.183.148 with SMTP id q20mr776825wem.88.1302023700071; Tue, 05 Apr 2011 10:15:00 -0700 (PDT) Received: by 10.216.120.135 with HTTP; Tue, 5 Apr 2011 10:14:59 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Apr 2011 13:14:59 -0400 Message-ID: Subject: Re: Missing doc for operator args in alter extension From: Robert Haas To: Daniele Varrazzo Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.899 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001 X-Spam-Level: X-Archive-Number: 201104/39 X-Sequence-Number: 6610 On Mon, Apr 4, 2011 at 9:10 PM, Daniele Varrazzo wrote: > Hello, > > the documentation for ALTER EXTENSION is missing the description for > the arguments of the form ADD OPERATOR name (left_type, right_type). > > Albeit it's pretty obvious what they are, it is not so obvious what to > do for unary operators (i.e. replace the type on the missing side with > NONE). > > Patch to fix the doc attached. 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. Thoughts? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company