Re: old warning in docs
Re: old warning in docs
От:
David Fetter <david@fetter.org>
Дата:
On Mon, Oct 07, 2013 at 07:51:44AM -0400, Andrew Dunstan wrote: > > Given that we have not supported releases older than 8.3 for quite a > while, do we need to keep this in extend.sgml any longer? > > > > Changing PG_CONFIG only works when building > against PostgreSQL 8.3 or later. > With older releases it does not work to set it to anything except > pg_config</>; you must alter your PATH</> > to select the installation to build against. > > I say "bin it." That reminds me. There are probably a lot of places in the docs that refer to versions of PostgreSQL a good bit older than 8.3. Will grep and patch as I get the time. Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter@gmail.com iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate
Re: old warning in docs
От:
Bruce Momjian <bruce@momjian.us>
Дата:
On Mon, Oct 7, 2013 at 08:43:27AM -0700, David Fetter wrote: > On Mon, Oct 07, 2013 at 07:51:44AM -0400, Andrew Dunstan wrote: > > > > Given that we have not supported releases older than 8.3 for quite a > > while, do we need to keep this in extend.sgml any longer? > > > > > > > > Changing PG_CONFIG only works when building > > against PostgreSQL 8.3 or later. > > With older releases it does not work to set it to anything except > > pg_config</>; you must alter your PATH</> > > to select the installation to build against. > > > > > > I say "bin it." That reminds me. There are probably a lot of places > in the docs that refer to versions of PostgreSQL a good bit older than > 8.3. Will grep and patch as I get the time. I have created the attached patch which removes many of the pre-8.0 references, and trims some of the 8.1-8.3 references. There are probably some of these that should be kept, but it is easier to show you all the possibilities and we can trim down the removal list based on feedback. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. +
Re: old warning in docs
От:
Bruce Momjian <bruce@momjian.us>
Дата:
On Sat, Feb 15, 2014 at 07:19:46PM -0500, Robert Haas wrote: > On Thu, Feb 13, 2014 at 10:55 AM, Bruce Momjian wrote: > > I have created the attached patch which removes many of the pre-8.0 > > references, and trims some of the 8.1-8.3 references. There are > > probably some of these that should be kept, but it is easier to show you > > all the possibilities and we can trim down the removal list based on > > feedback. > > The changes to lobj.sgml seem pointless. I would also vote for > keeping xindex.sgml as-is. The rest of the changes seem like > improvements. OK, done. Updated patch attached. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. +
Re: old warning in docs
От:
Bruce Momjian <bruce@momjian.us>
Дата:
On Sat, Feb 15, 2014 at 07:34:20PM -0500, Bruce Momjian wrote: > On Sat, Feb 15, 2014 at 07:19:46PM -0500, Robert Haas wrote: > > On Thu, Feb 13, 2014 at 10:55 AM, Bruce Momjian wrote: > > > I have created the attached patch which removes many of the pre-8.0 > > > references, and trims some of the 8.1-8.3 references. There are > > > probably some of these that should be kept, but it is easier to show you > > > all the possibilities and we can trim down the removal list based on > > > feedback. > > > > The changes to lobj.sgml seem pointless. I would also vote for > > keeping xindex.sgml as-is. The rest of the changes seem like > > improvements. > > OK, done. Updated patch attached. Patch applied. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. +
old warning in docs
От:
Andrew Dunstan <andrew.dunstan@pgexperts.com>
Дата:
Given that we have not supported releases older than 8.3 for quite a
while, do we need to keep this in extend.sgml any longer?
Changing PG_CONFIG only works when building against PostgreSQL 8.3 or later. With older releases it does not work to set it to anything except pg_config</>; you must alter your PATH</> to select the installation to build against.
cheers
andrew
Re: old warning in docs
От:
Robert Haas <robertmhaas@gmail.com>
Дата:
On Mon, Oct 7, 2013 at 7:51 AM, Andrew Dunstan wrote: > Given that we have not supported releases older than 8.3 for quite a while, > do we need to keep this in extend.sgml any longer? +1 for removing that (but only in master, not the back-branches). -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Re: old warning in docs
От:
Robert Haas <robertmhaas@gmail.com>
Дата:
On Thu, Feb 13, 2014 at 10:55 AM, Bruce Momjian wrote: > I have created the attached patch which removes many of the pre-8.0 > references, and trims some of the 8.1-8.3 references. There are > probably some of these that should be kept, but it is easier to show you > all the possibilities and we can trim down the removal list based on > feedback. The changes to lobj.sgml seem pointless. I would also vote for keeping xindex.sgml as-is. The rest of the changes seem like improvements. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Re: old warning in docs
От:
Magnus Hagander <magnus@hagander.net>
Дата:
On Oct 8, 2013 6:27 PM, "Robert Haas" <robertmhaas@gmail.com> wrote:
>
> On Mon, Oct 7, 2013 at 7:51 AM, Andrew Dunstan
> <andrew.dunstan@pgexperts.com> wrote:
> > Given that we have not supported releases older than 8.3 for quite a while,
> > do we need to keep this in extend.sgml any longer?
>
> +1 for removing that (but only in master, not the back-branches).
>+1, and definitely not in back branches.
/Magnus