7.1 released on 2000-09-01?

Started by Edwin Martinabout 25 years ago10 messagesbugsdocs
Jump to latest
#1Edwin Martin
e.j.martin@chello.nl
bugsdocs

Hi,

[pgsql-docs@postgresql.org doesn't seem to accept this report,
so I send it to you.]

The PostgreSQL Administrator's Guide says in the release notes:

Release 7.1
Release date 2000-09-01.

I wish that was true!

Unfortunately, everwhere else on the site the latest release is 7.0.3.

See for your self: http://www.postgresql.org/docs/admin/release.htm

I guess you better correct this (of explain it).

Bye,
Edwin Martin.

---
Surf Edwin Martin's brainwaves: http://www.bitstorm.org/edwin/

#2Bruce Momjian
bruce@momjian.us
In reply to: Edwin Martin (#1)
bugsdocs
Re: 7.1 released on 2000-09-01?

Hi,

[pgsql-docs@postgresql.org doesn't seem to accept this report,
so I send it to you.]

The PostgreSQL Administrator's Guide says in the release notes:

Release 7.1
Release date 2000-09-01.

I wish that was true!

Unfortunately, everwhere else on the site the latest release is 7.0.3.

See for your self: http://www.postgresql.org/docs/admin/release.htm

I guess you better correct this (of explain it).

Wow, I see it now from your URL. That is totally weird. It isn't even
close because it states the major 7.1 feature is block comments!

I noticed it does not mention 7.0.3. Must be some strange old version.

Somone, please help explain this.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#2)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

On Tue, 23 Jan 2001, Bruce Momjian wrote:

Hi,

[pgsql-docs@postgresql.org doesn't seem to accept this report,
so I send it to you.]

The PostgreSQL Administrator's Guide says in the release notes:

Release 7.1
Release date 2000-09-01.

I wish that was true!

Unfortunately, everwhere else on the site the latest release is 7.0.3.

See for your self: http://www.postgresql.org/docs/admin/release.htm

I guess you better correct this (of explain it).

Wow, I see it now from your URL. That is totally weird. It isn't even
close because it states the major 7.1 feature is block comments!

I noticed it does not mention 7.0.3. Must be some strange old version.

Somone, please help explain this.

The /docs directory is where the docs used to be. I was about to remove
it when I noticed you guys were still maintaining FAQs and stuff in it.
The only two real doc directories are in the user's lounge and developer's
corner. A number of people bookmarked the old location because of the
old site that used frames.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#4Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#3)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

I noticed it does not mention 7.0.3. Must be some strange old version.

Somone, please help explain this.

The /docs directory is where the docs used to be. I was about to remove
it when I noticed you guys were still maintaining FAQs and stuff in it.
The only two real doc directories are in the user's lounge and developer's
corner. A number of people bookmarked the old location because of the
old site that used frames.

Oh, thanks. Seems we are better leaving the FAQ's in there because they
are changed so often as copies from CVS.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#5Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#4)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

On Wed, 24 Jan 2001, Bruce Momjian wrote:

I noticed it does not mention 7.0.3. Must be some strange old version.

Somone, please help explain this.

The /docs directory is where the docs used to be. I was about to remove
it when I noticed you guys were still maintaining FAQs and stuff in it.
The only two real doc directories are in the user's lounge and developer's
corner. A number of people bookmarked the old location because of the
old site that used frames.

Oh, thanks. Seems we are better leaving the FAQ's in there because they
are changed so often as copies from CVS.

I turned the index page into a redirect so that should take care of the
problem with the exception of pages in the stale docs that are bookmarked.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#3)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

On Tue, 23 Jan 2001, Bruce Momjian wrote:

I noticed it does not mention 7.0.3. Must be some strange old version.
Somone, please help explain this.

That text agrees with what was in release.sgml back around July (see
release.sgml version 1.57 ... ain't CVS wonderful?). That was after
the 7.0.* branch-off. So what we have here is documents generated from
the development tip that aren't being updated.

Vince Vielhaber <vev@michvhf.com> writes:

The /docs directory is where the docs used to be. I was about to remove
it when I noticed you guys were still maintaining FAQs and stuff in it.

We should get rid of the out-of-date documents, for sure. Maybe put in
a link to the ones that are kept up to date?

regards, tom lane

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#5)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

[Sorry, didn't see the rest of this thread right away]

Vince Vielhaber <vev@michvhf.com> writes:

I turned the index page into a redirect so that should take care of the
problem with the exception of pages in the stale docs that are bookmarked.

I'd vote for physically removing the old docs. I'd rather people find
that their bookmark links are broken than that they continue to see
obsolete/incorrect docs ...

regards, tom lane

#8Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#7)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

On Wed, 24 Jan 2001, Tom Lane wrote:

[Sorry, didn't see the rest of this thread right away]

Vince Vielhaber <vev@michvhf.com> writes:

I turned the index page into a redirect so that should take care of the
problem with the exception of pages in the stale docs that are bookmarked.

I'd vote for physically removing the old docs. I'd rather people find
that their bookmark links are broken than that they continue to see
obsolete/incorrect docs ...

I agree, but since the dirs are owned by Thomas the best I could do for
now is rename them. Either Thomas or Marc can remove them.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#9Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#4)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

Bruce Momjian writes:

I noticed it does not mention 7.0.3. Must be some strange old version.

Somone, please help explain this.

The /docs directory is where the docs used to be. I was about to remove
it when I noticed you guys were still maintaining FAQs and stuff in it.
The only two real doc directories are in the user's lounge and developer's
corner. A number of people bookmarked the old location because of the
old site that used frames.

Oh, thanks. Seems we are better leaving the FAQ's in there because they
are changed so often as copies from CVS.

The FAQs should be handled the same as the documentation proper, i.e.,
there should be one copy in the devel-corner reflecting current sources
and one copy in the users-lounge reflecting earlier releases. Lots of
these have changed for 7.1, but that doesn't help those using 7.0 right
now.

FAQ is a stupid name anyway. Additional installation hints is better.

--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/

#10Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#9)
bugsdocs
Re: [DOCS] Re: 7.1 released on 2000-09-01?

Oh, thanks. Seems we are better leaving the FAQ's in there because they
are changed so often as copies from CVS.

The FAQs should be handled the same as the documentation proper, i.e.,
there should be one copy in the devel-corner reflecting current sources
and one copy in the users-lounge reflecting earlier releases. Lots of
these have changed for 7.1, but that doesn't help those using 7.0 right
now.

FAQ is a stupid name anyway. Additional installation hints is better.

I usually make the FAQ change during late beta, and mark stuff as 7.1
anyway. The TODO list should be updated constantly because it marks
stuff that will be done in the next release. I don't see an issue here.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026