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 E74EF52856 for ; Thu, 19 May 2005 22:37:49 -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 61480-07 for ; Fri, 20 May 2005 01:37:41 +0000 (GMT) Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by svr1.postgresql.org (Postfix) with ESMTP id 0414C52854 for ; Thu, 19 May 2005 22:37:40 -0300 (ADT) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id 2E28F18CC06; Thu, 19 May 2005 21:37:56 -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 84552-01-4; Thu, 19 May 2005 21:37:54 -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 B96FE18D289; Thu, 19 May 2005 21:37:53 -0400 (EDT) Message-ID: <428D3F6D.1020108@samurai.com> Date: Fri, 20 May 2005 11:37:49 +1000 From: Neil Conway User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Jurka Cc: pgsql-docs@postgresql.org Subject: Re: create rule syntax References: In-Reply-To: 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/31 X-Sequence-Number: 2996 Kris Jurka wrote: > The manual shows slightly different variations for the create rule > syntax here and here: > > http://www.postgresql.org/docs/8.0/static/rules-update.html > http://www.postgresql.org/docs/8.0/static/sql-createrule.html > > The attached patches makes the first look like the second. Applied, thanks. -Neil