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 A2464D1B1C9; Sun, 25 Jul 2004 07:50:51 -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 30544-01; Sun, 25 Jul 2004 10:50:55 +0000 (GMT) Received: from cmailm4.svr.pol.co.uk (cmailm4.svr.pol.co.uk [195.92.193.211]) by svr1.postgresql.org (Postfix) with ESMTP id 9DCDFD1B1C8; Sun, 25 Jul 2004 07:50:45 -0300 (ADT) Received: from modem-1878.leopard.dialup.pol.co.uk ([217.135.151.86] helo=[192.168.0.102]) by cmailm4.svr.pol.co.uk with esmtp (Exim 4.14) id 1Bogai-0003Ri-R4; Sun, 25 Jul 2004 11:50:53 +0100 Subject: Re: [HACKERS] 7.5 release notes From: Simon Riggs To: Bruce Momjian Cc: PostgreSQL-development , PostgreSQL-documentation In-Reply-To: <200407250425.i6P4PhI29389@candle.pha.pa.us> References: <200407250425.i6P4PhI29389@candle.pha.pa.us> Content-Type: text/plain Organization: 2nd Quadrant Message-Id: <1090752623.3057.284.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 25 Jul 2004 11:50:23 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=RCVD_IN_SORBS X-Spam-Level: X-Archive-Number: 200407/40 X-Sequence-Number: 2448 On Sun, 2004-07-25 at 05:25, Bruce Momjian wrote: > I have completed the 7.5 release notes. You can view them in HTML on > the developer web page. I have marked a few items with question marks > that need to be addressed. I am looking for improvements, even minor > ones. Either send in a patch or committers can modify the file > directly. > Looks good. These take time and effort, much appreciated. Forward-looking phrases ======================= Overall, I'd ask that we don't refer back to what earlier releases didn't do, or whatever limitations they were thought to have. If a release has "new feature X", everybody can work out it wasn't there in the last release. The phrasing is delicate so you describe the new thing without running down the old. e.g. (1) Previous releases required the Unix emulation toolkit Cygwin for Win32 support. to The server no longer relies upon Cygwin for Unix emulation under win32. e.g. (2) Prior release had no such capability; there was no way to recover from a statement failure in a transaction. to Should a statement fail inside a transaction, there is now a way to handle this error and continue processing. (Of course, somebody will let me know about my Brit-style passive voice, I'm sure...) Migration ========= These release notes refer to "GUC"s, whereas the previous release notes and the manual refers to "server configuration parameters". I understand the former, but prefer the latter description for these user-focused notes. Also, it might be worth mentioning that pg_dump itself has also been substantially improved, and now provides an improved upgrade path for existing users. Here's my attempt at a short paragraph for PITR... Point-In-Time Recovery enhances Data Resilience PostgreSQL can now recover from total disk failure using backups and transaction log archives. Recovery can be controlled to stop at a specified point in time or at some transaction in the past. Transaction log archiving is automated and calls a user-supplied external program to allow integration with external backup devices and related software. > Do people want a big-picture paragraph at the top talking about the > release? Some releases get them, some don't, but this one could if > folks want it. > Yes, thats a good idea. Best Regards, Simon Riggs