Thread
Commits
-
doc: Update broken links
- 6884491bd865 9.3.25 landed
- 3cac7c2e4b83 9.4.20 landed
- 93a508efb245 9.5.15 landed
- 4659632dbaad 9.6.11 landed
- aed0150eda2c 10.6 landed
- c6eedb4d86df 11.0 landed
- 6f1591955db0 12.0 landed
-
Dead link to hp docs
The Post Office <noreply@postgresql.org> — 2018-07-01T11:29:47Z
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/ssl-tcp.html Description: In the "18.9.1. Using Client Certificates" the link to ssl certs usage diagram seems to be dead http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html i digged a bit at the wayback machine and have found where they moved it - http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html
-
Re: Dead link to hp docs
Michael Paquier <michael@paquier.xyz> — 2018-07-02T03:30:14Z
On Sun, Jul 01, 2018 at 11:29:47AM +0000, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/ssl-tcp.html > Description: > > In the "18.9.1. Using Client Certificates" the link to ssl certs usage > diagram seems to be dead > http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html > i digged a bit at the wayback machine and have found where they moved it - > http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html Here are all the broken links in the source tree: doc/src/sgml/libpq.sgml: Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html doc/src/sgml/runtime.sgml: Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html src/include/port/atomics/generic-acc.h: Wrong: http://h21007.www2.hp.com/portal/download/files/unprot/Itanium/inline_assem_ERS.pdf Perhaps right: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.129.5445&rep=rep1&type=pdf src/include/port/atomics/generic-acc.h: src/include/storage/s_lock.h: Wrong: http://h21007.www2.hp.com/portal/download/files/unprot/itanium/spinlocks.pdf Perhaps right: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.129.5445&rep=rep1&type=pdf It would be nice to fix the links to the docs for spinlocks and inline assembler at the same time, but I am not sure where those are.. -- Michael
-
Re: Dead link to hp docs
Alvaro Herrera <alvherre@2ndquadrant.com> — 2018-07-03T02:04:57Z
On 2018-Jul-02, Michael Paquier wrote: > Here are all the broken links in the source tree: > > doc/src/sgml/libpq.sgml: > Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html > Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html > > doc/src/sgml/runtime.sgml: > Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html > Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html I think HP break their site on a regular basis. Maybe we should be looking for some more stable source of similar information? I can't believe that OpenVMS programming manuals are the best possible source of SSL information. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
-
Re: Dead link to hp docs
Tom Lane <tgl@sss.pgh.pa.us> — 2018-07-03T05:37:37Z
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > On 2018-Jul-02, Michael Paquier wrote: >> Here are all the broken links in the source tree: >> >> doc/src/sgml/libpq.sgml: >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html >> >> doc/src/sgml/runtime.sgml: >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html > I think HP break their site on a regular basis. Well, more to the point, it's obvious from the very form of these links that HP don't intend them to be stable externally-referenceable URLs. I remember being unhappy from the beginning that Bruce would try to link to them in our docs, and I think we're seeing now that indeed they're not trustworthy permanent URLs. > Maybe we should be > looking for some more stable source of similar information? Exactly. regards, tom lane
-
Re: Dead link to hp docs
Magnus Hagander <magnus@hagander.net> — 2018-07-03T13:09:37Z
On Tue, Jul 3, 2018 at 7:37 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Alvaro Herrera <alvherre@2ndquadrant.com> writes: > > On 2018-Jul-02, Michael Paquier wrote: > >> Here are all the broken links in the source tree: > >> > >> doc/src/sgml/libpq.sgml: > >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html > >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html > >> > >> doc/src/sgml/runtime.sgml: > >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html > >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ > ch04s02.html > > > I think HP break their site on a regular basis. > > Well, more to the point, it's obvious from the very form of these links > that HP don't intend them to be stable externally-referenceable URLs. > I remember being unhappy from the beginning that Bruce would try to link > to them in our docs, and I think we're seeing now that indeed they're > not trustworthy permanent URLs. > > > Maybe we should be > > looking for some more stable source of similar information? > > Exactly. > +<many>. I've been thinking that for a while. And it's not the first time they changed things on us. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
-
Re: Dead link to hp docs
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2018-08-14T21:03:00Z
I have committed the proposed changes now. We can substitute better links when we have them, but for now we don't appear to have any. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services