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
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:
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.
>
> >
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
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
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.
>
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