Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id F3C30B5DBDC for ; Mon, 13 Jun 2011 13:58:59 -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 53892-01 for ; Mon, 13 Jun 2011 16:58:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ew0-f46.google.com (mail-ew0-f46.google.com [209.85.215.46]) by mail.postgresql.org (Postfix) with ESMTP id 766D7B5DBD6 for ; Mon, 13 Jun 2011 13:58:49 -0300 (ADT) Received: by ewy4 with SMTP id 4so1670794ewy.19 for ; Mon, 13 Jun 2011 09:58:48 -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=o+ldXrpTTBdDJwPpWot2nrrUeG6j//KCUaBExiBaAzw=; b=Iy+mnqoXZ08BAdKbtCAk65+dIP2q6EdzYUkOAm+Jc7bRhps/E6JX4QZW7DEwXlcXcn jS2OKFn/wwHuKwpZhoyl5PCvHY2LqizhJh+DmcwHKR4AmoQa7IUj9rx/S200vKmVGvZi zOQvtg2LeKiq2YC33sFxUcfYOClwP025cRwII= 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=oFbsDEA5MFaURuyn5y3lWUgDPPZd0aSy5OQO1vwwNCZ8bGeMZGcQnlAwaD7kAQqNF8 VQ6nK2zpDZcwMgBV470lWLPCXUVBUWwNwPsPsNoNKf7qkXsIf63XLpdo/Ay41FlLfFNu kZoiSIpkBM7nbpytq6/mUsICWqCBkECNZN6+Y= MIME-Version: 1.0 Received: by 10.14.101.14 with SMTP id a14mr2426381eeg.55.1307984328503; Mon, 13 Jun 2011 09:58:48 -0700 (PDT) Received: by 10.14.96.4 with HTTP; Mon, 13 Jun 2011 09:58:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jun 2011 12:58:48 -0400 Message-ID: Subject: Re: Add link to current_schemas in config.sgml From: Robert Haas To: Brendan Jurd 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.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/43 X-Sequence-Number: 6817 On Mon, Jun 13, 2011 at 12:55 PM, Brendan Jurd wrote: > On 14 June 2011 02:39, Robert Haas wrote: >> On Tue, May 31, 2011 at 2:27 AM, Brendan Jurd wrote: >>> This is just a quick docs patch to add a link to the mention of the >>> current_schemas function from 18.10.1. Statement Behavior. >> >> Your patch got mangled by my email client, but I committed what I >> believe to be the same change. > > Thanks Robert, but I think you missed the other part of my posted > patch, which was removing the trailing empty parens from the function > name ("current_schema()" => "current_schema" in two places in that > paragraph). > > The paragraph rationalising this, from my original post: > > -- > I also removed the parentheses after the function name as this was a) > misleading the reader into thinking the function could be called > without arguments and b) inconsistent with the style for referring to > functions elsewhere in the chapter. > -- > > Was the exclusion deliberate? Nope, though I believe you mean current_schemas, rather than current_schema, which both exist and are different. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company