Re: 8.2 Release: need help digesting the release notes

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: 8.2 Release: need help digesting the release notes
Date: 2006-09-15 15:42:12
Message-ID: 60bqphnnl7.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

josh(at)agliodbs(dot)com (Josh Berkus) writes:

> Folks,
>
> OK, there's been a *lot* of changes on what's in and what's out for the
> PostgreSQL release since my first draft. Can I have some help with this?
>
> We're looking for things actually in 8.2, according to Bruce's release notes,
> which will make sense to the press and moderately technical non-DBA readers.
>
> http://momjian.us/cgi-bin/pgrelease
>
> We'll want to pick out 3-5 things for the main release, and another 3-5 things
> for the extended release. The extended release items can be things which
> matter only to existing users (like pg_dump improvements) but the main
> release items need to be things which are "buzzword compliant" or otherwise
> newsworthy.

On the "main release" side, it's a pretty tough call. Here are things
maybe worth mentioning.

- PITR functionality has been improved, allowing more precise control
over WAL file generation, thereby giving better control over standby
servers.

- Support multi-row VALUES clauses

- It seems to me that the combination of the various object
manipulation changes could be collected together as being similar.

e.g. - DROP x IF EXISTS, DROP OWNED, REASSIGN OWNED, sequence usage
changes

Extended release:

- Allow units to be specified in configuration settings (Peter)

You can now set shared_buffers to "32000kB", for example.

- pg_dump can select objects via regexp

- COPY can dump based on a SELECT
--
output = ("cbbrowne" "@" "linuxdatabases.info")
http://linuxdatabases.info/info/sap.html
"One of my most often repeated quips was the one I made when former
Presidents Carter, Ford and Nixon stood by each other at a White House
event. 'There they are,' I said. 'See no evil, hear no evil, and ...
evil.'" -- Bob Dole, 1983

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Harald Armin Massa 2006-09-15 16:17:25 Re: 8.2 Release: need help digesting the release notes
Previous Message Josh Berkus 2006-09-15 04:27:38 8.2 Release: need help digesting the release notes