Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 2E2D5B5DBD7 for ; Mon, 13 Jun 2011 14:05:02 -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 60914-04 for ; Mon, 13 Jun 2011 17:04:55 +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 9D4EAB5DBFA for ; Mon, 13 Jun 2011 14:04:55 -0300 (ADT) Received: by ewy4 with SMTP id 4so1672955ewy.19 for ; Mon, 13 Jun 2011 10:04:55 -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=dfysCzU7ax6b/rtVshXF11KmUVeKcIoRi6kOyotMh5c=; b=D8dWDnDZQKljlc+fDWxp0eGLkn2NL7TQYxVRQrhoQH5SM2ZdS5+fvDZ047pdW2mguY z9XOjwFmmxVGJ6OY4i5C0NmFOp1jp98pVSErbxICvJik6fO5fsZC2G8QZMloSQrzWlLJ vsNfjnyjLsc3GdI/LOylo4zierV7fZMtmCq3k= 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=O26aBReoFNLtdZawHndueIE2tAOzEeVPKu+df0GIEfFcfvCqsjJ14ZPJnvo1NjxA4f ELls3YW5hRbaPIKb9/qSjLVJl1j85+7iIew/EIQXhdY/52qaLKzcIMhXSihvqYDEpyck 4YT0QjzVU86OC0+wIsEqB/ohY/sEck+ywZCPs= MIME-Version: 1.0 Received: by 10.14.21.27 with SMTP id q27mr2430527eeq.23.1307984694811; Mon, 13 Jun 2011 10:04:54 -0700 (PDT) Received: by 10.14.96.4 with HTTP; Mon, 13 Jun 2011 10:04:53 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jun 2011 13:04:53 -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/45 X-Sequence-Number: 6819 On Mon, Jun 13, 2011 at 1:01 PM, Brendan Jurd wrote: > 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. OK, done. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company