https://www.postgresql.org/download/linux/ubuntu/

Started by Indrek Kabout 8 years ago3 messagesdocs
Jump to latest
#1Indrek K
indreek@gmail.com

Hi

Please upgrade PostgreSQL document to latest version
https://www.postgresql.org/download/linux/ubuntu/
Change apt-get install postgresql-9.6 > postgresql-10

Thanks,
Indrek

#2Daniel Gustafsson
daniel@yesql.se
In reply to: Indrek K (#1)
Re: https://www.postgresql.org/download/linux/ubuntu/

On 26 Feb 2018, at 16:18, Indrek K <indreek@gmail.com> wrote:

Please upgrade PostgreSQL document to latest version https://www.postgresql.org/download/linux/ubuntu/
Change apt-get install postgresql-9.6 > postgresql-10

The download pages are not guaranteed to always be up to date with the current
release version, hence the "substitute the version number as required”
mentioned on the page. That being said, there is no reason not to update the
page, it’s just not highly prioritized. I’m happy to do the legwork unless
there are objections, cc:ing the -www list as it's a better place to discuss
this.

cheers ./daniel

#3Jonathan S. Katz
jkatz@postgresql.org
In reply to: Daniel Gustafsson (#2)
Re: https://www.postgresql.org/download/linux/ubuntu/

Hi,

On Feb 27, 2018, at 1:51 AM, Daniel Gustafsson <daniel@yesql.se> wrote:

On 26 Feb 2018, at 16:18, Indrek K <indreek@gmail.com> wrote:

Please upgrade PostgreSQL document to latest version https://www.postgresql.org/download/linux/ubuntu/
Change apt-get install postgresql-9.6 > postgresql-10

The download pages are not guaranteed to always be up to date with the current
release version, hence the "substitute the version number as required”
mentioned on the page. That being said, there is no reason not to update the
page, it’s just not highly prioritized. I’m happy to do the legwork unless
there are objections, cc:ing the -www list as it's a better place to discuss
this.

I spoke with Magnus about this offlist. There is an additional consideration,
i.e. the “contrib” package has been retired and folder into the main package
in 10, so there needs to be language to indicate that as well.

Thanks!

Jonathan