From 1bb3b8c6506c7b740470505109e5214797cbc496 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Fri, 17 Jul 2020 11:41:28 +0900 Subject: [PATCH 2/3] Fix URLs moved or rearranged --- doc/src/sgml/biblio.sgml | 18 +++++++++--------- doc/src/sgml/cube.sgml | 2 +- doc/src/sgml/external-projects.sgml | 2 +- doc/src/sgml/intro.sgml | 2 +- doc/src/sgml/plperl.sgml | 2 +- doc/src/sgml/seg.sgml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 43a113d3eb..c815d67cdf 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -12,7 +12,7 @@ Some white papers and technical reports from the original POSTGRES development team are available at the University of California, Berkeley, Computer Science - Department web site. + Department web site. @@ -213,7 +213,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/UCB-MS-zfong.pdf">The + <title><ulink url="https://dsf.berkeley.edu/papers/UCB-MS-zfong.pdf">The design and implementation of the <productname>POSTGRES</productname> query optimizer</ulink> @@ -330,7 +330,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> data model</ulink> @@ -381,7 +381,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M85-95.pdf">The + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M85-95.pdf">The design of <productname>POSTGRES</productname></ulink> @@ -428,7 +428,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-06.pdf">The + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M87-06.pdf">The design of the <productname>POSTGRES</productname> storage system</ulink> @@ -447,7 +447,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-82.pdf">A + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M89-82.pdf">A commentary on the <productname>POSTGRES</productname> rules system</ulink> @@ -473,7 +473,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-17.pdf">The + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M89-17.pdf">The case for partial indexes</ulink> @@ -491,7 +491,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-34.pdf">The + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M90-34.pdf">The implementation of <productname>POSTGRES</productname></ulink> @@ -519,7 +519,7 @@ ssimkovi@ag.or.at - <ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-36.pdf">On + <title><ulink url="https://dsf.berkeley.edu/papers/ERL-M90-36.pdf">On Rules, Procedures, Caching and Views in Database Systems</ulink> diff --git a/doc/src/sgml/cube.sgml b/doc/src/sgml/cube.sgml index 70037a193f..3b39147d14 100644 --- a/doc/src/sgml/cube.sgml +++ b/doc/src/sgml/cube.sgml @@ -619,7 +619,7 @@ t My thanks are primarily to Prof. Joe Hellerstein - () for elucidating the + () for elucidating the gist of the GiST (), and to his former student Andy Dong for his example written for Illustra. I am also grateful to all Postgres developers, present and past, for diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 108bbc65d4..2a136e856b 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -128,7 +128,7 @@ psycopg Python DB API 2.0-compliant - + diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 25e98ebe07..63eda059f0 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -87,7 +87,7 @@ PostgreSQL is an object-relational database management system (ORDBMS) based on - + POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 033ed6960c..59cd92733a 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -14,7 +14,7 @@ PL/Perl is a loadable procedural language that enables you to write PostgreSQL functions in the - Perl programming language. + Perl programming language. diff --git a/doc/src/sgml/seg.sgml b/doc/src/sgml/seg.sgml index 8178bc20b5..e86142d885 100644 --- a/doc/src/sgml/seg.sgml +++ b/doc/src/sgml/seg.sgml @@ -410,7 +410,7 @@ postgres=> select '10(+-)1'::seg as seg; My thanks are primarily to Prof. Joe Hellerstein - () for elucidating the + () for elucidating the gist of the GiST (). I am also grateful to all Postgres developers, present and past, for enabling myself to create my own world and live undisturbed in it. And I would like -- 2.18.4