X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 4282952867 for ; Thu, 19 May 2005 22:53:25 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 66514-08 for ; Fri, 20 May 2005 01:53:20 +0000 (GMT) Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by svr1.postgresql.org (Postfix) with ESMTP id 6897852854 for ; Thu, 19 May 2005 22:53:19 -0300 (ADT) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id 1491818CDF9; Thu, 19 May 2005 21:53:35 -0400 (EDT) Received: from mailbox.samurai.com ([205.207.28.82]) by localhost (mailbox.samurai.com [205.207.28.82]) (amavisd-new, port 10024) with LMTP id 84930-01-10; Thu, 19 May 2005 21:53:33 -0400 (EDT) Received: from [61.88.101.19] (unknown [61.88.101.19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailbox.samurai.com (Postfix) with ESMTP id BD63D18CD3C; Thu, 19 May 2005 21:53:32 -0400 (EDT) Message-ID: <428D4318.3090706@samurai.com> Date: Fri, 20 May 2005 11:53:28 +1000 From: Neil Conway User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Fetter Cc: PostgreSQL Docs Subject: Re: Add cross references for CREATE FUNCTION to PLs References: <20050520000733.GA15525@fetter.org> In-Reply-To: <20050520000733.GA15525@fetter.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailbox.samurai.com X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.022 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200505/32 X-Sequence-Number: 2997 David Fetter wrote: > Please find enclosed a patch which adds cross-references to the CREATE > FUNCTION syntax in the PL/* docs. I thought the PL/PgSQL hunk wasn't an appropriate place for an , so I didn't apply that. The rest of the patch was applied with minor edits -- thanks for the patch. -Neil