Re: Release Notes: Major Changes in 8.2

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release Notes: Major Changes in 8.2
Date: 2006-09-26 11:44:54
Message-ID: 200609261144.k8QBism04019@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
> Bruce Momjian wrote:
> > I created a major features list for 8.2 and put it into CVS. Instead of
> > going into detail (meaning the item would not appear in the "Changes"
> > section below, I just highlighted some of the big stuff, and was
> > purposely vague about the details, so people just have an overview of
> > what is below.
> >
> > Let me know how it looks.
> >
>
>
> Some of these just look rather vague. For example:
>
> *
>
> More control over creating/dropping objects and inheritance
>
>
> If I did not know what the features were, that item would convey nothing
> to me. The fact that you can add/drop the inheritance characteristics of
> a table after its creation isn't something I would just lump under "more
> control" - it's a major new feature that will possibly revolutionize the
> way people use inheritance, especially for partitioning.

OK, split items up:

<listitem>
<para>
More control over creating and dropping objects
</para>
</listitem>

<listitem>
<para>
Allow inheritance to be removed from tables
</para>
</listitem>

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2006-09-26 11:54:12 heap_markpos and heap_restrpos
Previous Message Gavin Sherry 2006-09-26 11:44:39 Re: Bitmap index status