Thread

Commits

  1. Change documentation references to PG website to use https: not http:

  1. Update postgresql.org http links to https in docs

    Daniel Gustafsson <daniel@yesql.se> — 2017-05-20T19:28:49Z

    Since the website is solely serving pages over https now redirecting all http
    requests, we should use https to avoid an extra redirect for users.  Attached
    patch updates the few http links found in various pieces of documentation in
    the tree.
    
    cheers ./daniel
    
    
  2. Re: Update postgresql.org http links to https in docs

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-05-21T01:52:14Z

    Daniel Gustafsson <daniel@yesql.se> writes:
    > Since the website is solely serving pages over https now redirecting all http
    > requests, we should use https to avoid an extra redirect for users.  Attached
    > patch updates the few http links found in various pieces of documentation in
    > the tree.
    
    Agreed, done.
    
    I see you did not touch http: references in back-branch release notes,
    which is probably fine.
    
    			regards, tom lane
    
    
    
  3. Re: Update postgresql.org http links to https in docs

    Daniel Gustafsson <daniel@yesql.se> — 2017-05-21T08:09:48Z

    > On 21 May 2017, at 03:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    > 
    > Daniel Gustafsson <daniel@yesql.se> writes:
    >> Since the website is solely serving pages over https now redirecting all http
    >> requests, we should use https to avoid an extra redirect for users.  Attached
    >> patch updates the few http links found in various pieces of documentation in
    >> the tree.
    > 
    > Agreed, done.
    
    Thanks!
    
    > I see you did not touch http: references in back-branch release notes,
    > which is probably fine.
    
    Yes, given that the links do redirect and thus still work it didn’t seem worth
    changing there.
    
    I also left the link to the Windows Installer project on on purpose (in
    release-8.0.sgml, http://www.postgresql.org/ftp/win32/), since it seems
    overkill to update a link which 404’s anyways.
    
    cheers ./daniel
    
    
  4. Re: Update postgresql.org http links to https in docs

    Magnus Hagander <magnus@hagander.net> — 2017-05-21T08:12:59Z

    On Sun, May 21, 2017 at 10:09 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
    
    >
    > > On 21 May 2017, at 03:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    > >
    > > Daniel Gustafsson <daniel@yesql.se> writes:
    > >> Since the website is solely serving pages over https now redirecting
    > all http
    > >> requests, we should use https to avoid an extra redirect for users.
    > Attached
    > >> patch updates the few http links found in various pieces of
    > documentation in
    > >> the tree.
    > >
    > > Agreed, done.
    >
    > Thanks!
    >
    > > I see you did not touch http: references in back-branch release notes,
    > > which is probably fine.
    >
    > Yes, given that the links do redirect and thus still work it didn’t seem
    > worth
    > changing there.
    >
    
    That, and we are serving HSTS on the site since quite some time back, so
    most people won't even go to the server to get the redirect. I think that's
    perfectly fine.
    
    -- 
     Magnus Hagander
     Me: https://www.hagander.net/ <http://www.hagander.net/>
     Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>