Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 33B32B5DBD6 for ; Mon, 13 Jun 2011 13:55:27 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 17748-06 for ; Mon, 13 Jun 2011 16:55:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iy0-f174.google.com (mail-iy0-f174.google.com [209.85.210.174]) by mail.postgresql.org (Postfix) with ESMTP id 0D33AB5DBD8 for ; Mon, 13 Jun 2011 13:55:20 -0300 (ADT) Received: by iyb14 with SMTP id 14so3972222iyb.19 for ; Mon, 13 Jun 2011 09:55:20 -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=TRt5gNuOKfJmHw76kHmfXs+QHlBF1SWVRuyaLOpyUwc=; b=kZ2FTCXZelLYKNsE1YFKasI6b4vN/Pm3tsvDAqpkgV21+VDzWEbbLbdAiPwoGFnfQp J3iTq6KQ8BGep7itiBbvVcJauHQTrYpGn9wLQ7tjcI1vFkRuyt8GbCCPiiD+SNgYcp16 Sy7OGg0UiZoDRoyoP14S6X5/ZGxXiccGUpXG0= 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=RAaLFZ3U9+/5pbEGh6cr5uRw7JZEP+VjWeyMBjyw8z5yrhqKgWQcyR6Y5l+Vqo0uCT aalVt0lDPXG4YdE43J0KapBa3YJWw+dATBZjmLh8MaOV/c6Was/hmFb3EI8SQ0a7+un7 5wR8px/lfiRz+BnoJATgnrT9Lflt1N4cTYLb0= MIME-Version: 1.0 Received: by 10.231.114.42 with SMTP id c42mr4409561ibq.77.1307984120197; Mon, 13 Jun 2011 09:55:20 -0700 (PDT) Received: by 10.231.30.73 with HTTP; Mon, 13 Jun 2011 09:55:19 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Jun 2011 02:55:19 +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=0.002 tagged_above=-5 required=5 tests=FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201106/47 X-Sequence-Number: 6821 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? Cheers, BJ