Removal of pre-7.4 documentation items

Lists: pgsql-docs
From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Removal of pre-7.4 documentation items
Date: 2010-02-23 00:18:18
Message-ID: 201002230018.o1N0IIL15944@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

With us supporting only PG >=8.0, I think we can remove some mentions of
pre-7.4 releases. The attached patch show my proposed removals.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/pgpatches/backver-doc text/x-diff 8.2 KB

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Removal of pre-7.4 documentation items
Date: 2010-02-24 03:33:49
Message-ID: 201002240333.o1O3XnH13362@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Bruce Momjian wrote:
> With us supporting only PG >=8.0, I think we can remove some mentions of
> pre-7.4 releases. The attached patch show my proposed removals.

Applied.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +


From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Removal of pre-7.4 documentation items
Date: 2010-02-24 10:16:10
Message-ID: 1267006570.2019.494.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

On Mon, 2010-02-22 at 19:18 -0500, Bruce Momjian wrote:
> With us supporting only PG >=8.0,

Really? Since when?
--
Devrim GÜNDÜZ, RHCE
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Removal of pre-7.4 documentation items
Date: 2010-02-24 10:36:30
Message-ID: 9837222c1002240236h358c23fej3ca8a66f135af4e7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

2010/2/24 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>:
> On Mon, 2010-02-22 at 19:18 -0500, Bruce Momjian wrote:
>> With us supporting only PG >=8.0,
>
> Really? Since when?

http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy

And we're not likely to release 9.0 before then :(

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/


From: Dave Page <dpage(at)pgadmin(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Removal of pre-7.4 documentation items
Date: 2010-02-24 10:39:55
Message-ID: 937d27e11002240239p67f8a163h8b1340fa20d8fcbe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

2010/2/24 Magnus Hagander <magnus(at)hagander(dot)net>:
> 2010/2/24 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>:
>> On Mon, 2010-02-22 at 19:18 -0500, Bruce Momjian wrote:
>>> With us supporting only PG >=8.0,
>>
>> Really? Since when?
>
> http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
>
> And we're not likely to release 9.0 before then :(

In that case, it should be >= 8.1.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Removal of pre-7.4 documentation items
Date: 2010-02-24 14:36:10
Message-ID: 201002241436.o1OEaAA21825@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Dave Page wrote:
> 2010/2/24 Magnus Hagander <magnus(at)hagander(dot)net>:
> > 2010/2/24 Devrim G?ND?Z <devrim(at)gunduz(dot)org>:
> >> On Mon, 2010-02-22 at 19:18 -0500, Bruce Momjian wrote:
> >>> With us supporting only PG >=8.0,
> >>
> >> Really? Since when?
> >
> > http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
> >
> > And we're not likely to release 9.0 before then :(
>
> In that case, it should be >= 8.1.

I am sure there are some people lagging behind so I kept >=7.4 info.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +