Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Neil Conway
On Sat, 2007-01-20 at 16:48 -0600, Thomas F. O'Connell wrote: > I've done a number of upgrades of postgres from one minor release to > another, and unless I'm missing something, there's nothing anywhere in > section 14 that provides documentation on how to do this. > Just a suggestion. If this str

Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Thomas F. O'Connell
I'll see what I can do... :) -- Thomas F. O'Connell optimizing modern web applications : for search engines, for usability, and for performance : http://o.ptimized.com/ 615-260-0005 On Jan 26, 2007, at 11:42 AM, Neil Conway wrote: On Sat, 2007-01-20 at 16:48 -0600, Thomas F. O'Connell wrote:

Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Bruce Momjian
Neil Conway wrote: > On Sat, 2007-01-20 at 16:48 -0600, Thomas F. O'Connell wrote: > > I've done a number of upgrades of postgres from one minor release to > > another, and unless I'm missing something, there's nothing anywhere in > > section 14 that provides documentation on how to do this. > > >

Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Thomas F. O'Connell
On Jan 26, 2007, at 4:05 PM, Bruce Momjian wrote: Neil Conway wrote: On Sat, 2007-01-20 at 16:48 -0600, Thomas F. O'Connell wrote: I've done a number of upgrades of postgres from one minor release to another, and unless I'm missing something, there's nothing anywhere in section 14 that prov

[DOCS] Change draft gmake control

2007-01-26 Thread Bruce Momjian
I had to change the draft flag for SGML from 'gmake draft html' to 'gmake DRAFT=Y html'. Internally the code used to recurse with DRAFT=Y, but I found there is no way to exit the makefile after the recursion returned, so I had to use this new syntax. Though more cumbersome, it is more logical bec

Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Peter Eisentraut
Bruce Momjian wrote: > I have updated the installation documentation to clarify major vs. > minor releases; patch attached and applied. I always suspected we > were unclear on this. Comments welcome. I am not inclined to > backpatch this to 8.2.X because it might be too significant a change. >

Re: [DOCS] 14.4 If You Are Upgrading - Suggested Improvements

2007-01-26 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > I have updated the installation documentation to clarify major vs. > > minor releases; patch attached and applied. I always suspected we > > were unclear on this. Comments welcome. I am not inclined to > > backpatch this to 8.2.X because it mig