Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id B0FE6B5DBD8 for ; Mon, 13 Jun 2011 14:02:05 -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 55048-07 for ; Mon, 13 Jun 2011 17:01:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id 6496CB5DBD7 for ; Mon, 13 Jun 2011 14:01:58 -0300 (ADT) Received: by iwn34 with SMTP id 34so3962996iwn.19 for ; Mon, 13 Jun 2011 10:01:58 -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=E4b0R5lyT/uX3jcAH1ZDxoO6jvG+nfiezVisaYK8PmM=; b=Fx8GG3noXmiMApa2udAMwN5WdalIHlle0flpKwmN0xUNg3eI2jd7MUtnsNMiUnDlm4 FNL79KRnQ4UyDpy/oa/vWlANE90oFArFBEQZjNEgbBVuIdSFQsgK5TLY6TiYaeRTxkOl hjAcyKXoXGeYU4sCDEZecHtIN3EkuaIK3kOh0= 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=lU60SaYXoOvaRsn3nO2B7FkR5aI0P5t+YN78PA3V+TVZrGSuO0yQ9+h0+Yl0vrVdfA 2m7WGXsNwpfGixAqKDOjJOxs5HPKF1lDHt1trrReJcQUFWEVWQfoKy1UOv1VEyHRUpZl lU96DTew3pwazjdaXTSt47GBZ1MX1cHOM1wio= MIME-Version: 1.0 Received: by 10.231.207.211 with SMTP id fz19mr6047464ibb.2.1307984517313; Mon, 13 Jun 2011 10:01:57 -0700 (PDT) Received: by 10.231.30.73 with HTTP; Mon, 13 Jun 2011 10:01:57 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Jun 2011 03:01:57 +1000 Message-ID: Subject: Re: Add link to current_schemas in config.sgml From: Brendan Jurd To: Robert Haas 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/46 X-Sequence-Number: 6820 On 14 June 2011 02:58, Robert Haas wrote: > 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). >> ... >> Was the exclusion deliberate? > > Nope, though I believe you mean current_schemas, rather than > current_schema, which both exist and are different. > Indeed I do.