Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 2D338B5DBCD for ; Mon, 13 Jun 2011 11:25:26 -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 20623-04 for ; Mon, 13 Jun 2011 14:25:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ey0-f174.google.com (mail-ey0-f174.google.com [209.85.215.174]) by mail.postgresql.org (Postfix) with ESMTP id 78935B5DBC6 for ; Mon, 13 Jun 2011 11:25:19 -0300 (ADT) Received: by eyx24 with SMTP id 24so1614750eyx.19 for ; Mon, 13 Jun 2011 07:25:19 -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 :content-transfer-encoding; bh=A7jb7V6hFn2Vv1YGK9eJjVE20adKRWt8zbYb4cSbrFU=; b=U+iIQSrBsso7MWEiQfLnM+JhXLwQi9xyHTqQwtcXxbgCerMf/xRVKyPMozMwQEswnL wAh3rYcYHm8kiaS3vCravACiPOoSNN41qfArTWCmpyrg4JYJvo9V1fPjv8qtlCWtn929 1Yxj2Hhi1mi2kue7KqtEfSNGgYkTA/gEAvYyY= 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:content-transfer-encoding; b=xpcAOrcBCr5xLx1J2z6G74ji5BwazcxgtQUsJF6BSF52qngpvb9qyejg1EFD6ry83f U+wRvuSWZHkkVrbLtdGQ55fUDA7xKcDMbvz8uBEuE+60wBb8DGcyy2OGSyOxmge/fLMg 1KinBm4DLY5Ke3TXNQ6cxurTr91xCEQAKrlGU= MIME-Version: 1.0 Received: by 10.14.101.14 with SMTP id a14mr2333038eeg.55.1307975118824; Mon, 13 Jun 2011 07:25:18 -0700 (PDT) Received: by 10.14.96.4 with HTTP; Mon, 13 Jun 2011 07:25:18 -0700 (PDT) In-Reply-To: <17693.1302227390@sss.pgh.pa.us> References: <17693.1302227390@sss.pgh.pa.us> Date: Mon, 13 Jun 2011 10:25:18 -0400 Message-ID: Subject: Re: Missing doc for operator args in alter extension From: Robert Haas To: Tom Lane Cc: Daniele Varrazzo , pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201106/32 X-Sequence-Number: 6806 On Thu, Apr 7, 2011 at 9:49 PM, Tom Lane wrote: > 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. =A0Should probably > look at that too. Looks like you just failed to borrow quite enough. Additional borrowing committed. --=20 Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company