Received: from localhost (unknown [200.46.204.183]) by developer.postgresql.org (Postfix) with ESMTP id E82442E0094; Mon, 21 Apr 2008 06:47:19 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 84459-03; Mon, 21 Apr 2008 06:47:11 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by developer.postgresql.org (Postfix) with ESMTP id 338FA2E0035; Mon, 21 Apr 2008 06:47:11 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 1AAEADCCB34; Mon, 21 Apr 2008 11:47:09 +0200 (CEST) Received: from mha-laptop (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id D4A4FFF1CB; Mon, 21 Apr 2008 11:47:10 +0200 (CEST) Date: Mon, 21 Apr 2008 11:47:09 +0200 From: Magnus Hagander To: Alvaro Herrera Cc: Simon Riggs , pgsql-www@postgresql.org, pgsql-docs@postgresql.org Subject: Re: What's New Message-ID: <20080421114709.5f267a36@mha-laptop> In-Reply-To: <20080418130441.GA4850@alvh.no-ip.org> References: <1208340397.4259.63.camel@ebony.site> <20080418113844.28cdf7b4@mha-laptop> <1208512505.4259.429.camel@ebony.site> <20080418143557.4e12fb99@mha-laptop> <20080418130441.GA4850@alvh.no-ip.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/216 X-Sequence-Number: 14964 Alvaro Herrera wrote: > Magnus Hagander wrote: > > > If people like this method, I'll go through the release.sgml file > > and make the change for other versions as well. It's a simple > > cut/paste... Patch is as simple as: > > > > This release contains a variety of fixes from 8.3.0. > > + For information about new features in the 8.3 release, see > > + . > > > > I'd go with > > > + For information about new features in the 8.3 major release, > > see > > + . I've made this adjustment and committed. //Magnus