提交 c51ac19f 编写于 作者: T Tom Lane

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

This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
上级 440d7de0
Release notes for all versions of PostgreSQL can be found on-line at Release notes for all versions of PostgreSQL can be found on-line at
http://www.postgresql.org/docs/current/static/release.html https://www.postgresql.org/docs/current/static/release.html
Distribution file sets include release notes for their version and preceding Distribution file sets include release notes for their version and preceding
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser. versions. Visit the file doc/src/sgml/html/release.html in an HTML browser.
...@@ -11,7 +11,7 @@ and functions. This distribution also contains C language bindings. ...@@ -11,7 +11,7 @@ and functions. This distribution also contains C language bindings.
PostgreSQL has many language interfaces, many of which are listed here: PostgreSQL has many language interfaces, many of which are listed here:
http://www.postgresql.org/download https://www.postgresql.org/download
See the file INSTALL for instructions on how to build and install See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and PostgreSQL. That file also lists supported operating systems and
...@@ -23,5 +23,5 @@ distribution; it can be read as described in the installation ...@@ -23,5 +23,5 @@ distribution; it can be read as described in the installation
instructions. instructions.
The latest version of this software may be obtained at The latest version of this software may be obtained at
http://www.postgresql.org/download/. For more information look at our https://www.postgresql.org/download/. For more information look at our
web site located at http://www.postgresql.org/. web site located at https://www.postgresql.org/.
...@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout. ...@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout.
If you are using a git checkout, you can view the most recent installation If you are using a git checkout, you can view the most recent installation
instructions at: instructions at:
http://www.postgresql.org/docs/devel/static/installation.html https://www.postgresql.org/docs/devel/static/installation.html
Users compiling from git will also need compatible versions of Bison, Flex, Users compiling from git will also need compatible versions of Bison, Flex,
and Perl, as discussed in the install documentation. These programs are not and Perl, as discussed in the install documentation. These programs are not
......
The TODO list is now maintained at: The TODO list is now maintained at:
http://wiki.postgresql.org/wiki/Todo https://wiki.postgresql.org/wiki/Todo
...@@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch ...@@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
command "diff -c" to generate the patch. command "diff -c" to generate the patch.
You may also enter a bug report at http://www.postgresql.org/ instead of You may also enter a bug report at https://www.postgresql.org/ instead of
e-mailing this form. e-mailing this form.
============================================================================ ============================================================================
......
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
<listitem> <listitem>
<para> <para>
<ulink <ulink
url="http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only url="https://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only
Tuples</ulink> Tuples</ulink>
</para> </para>
</listitem> </listitem>
......
...@@ -712,7 +712,7 @@ SELECT name, altitude ...@@ -712,7 +712,7 @@ SELECT name, altitude
<para> <para>
If you feel you need more introductory material, please visit the PostgreSQL If you feel you need more introductory material, please visit the PostgreSQL
<ulink url="http://www.postgresql.org">web site</ulink> <ulink url="https://www.postgresql.org">web site</ulink>
for links to more resources. for links to more resources.
</para> </para>
</sect1> </sect1>
......
...@@ -16,7 +16,7 @@ and the mailing lists themselves. ...@@ -16,7 +16,7 @@ and the mailing lists themselves.
<para> <para>
Refer to the introduction in this manual or to the Refer to the introduction in this manual or to the
<productname>PostgreSQL</productname> <productname>PostgreSQL</productname>
<ulink url="http://www.postgresql.org">web page</ulink> <ulink url="https://www.postgresql.org">web page</ulink>
for subscription information to the no-cost mailing lists. for subscription information to the no-cost mailing lists.
</para> </para>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<entry>JDBC</entry> <entry>JDBC</entry>
<entry>JDBC</entry> <entry>JDBC</entry>
<entry>Type 4 JDBC driver</entry> <entry>Type 4 JDBC driver</entry>
<entry><ulink url="http://jdbc.postgresql.org/">http://jdbc.postgresql.org/</ulink></entry> <entry><ulink url="https://jdbc.postgresql.org/">https://jdbc.postgresql.org/</ulink></entry>
</row> </row>
<row> <row>
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
<listitem> <listitem>
<para> <para>
The <productname>PostgreSQL</productname> <ulink The <productname>PostgreSQL</productname> <ulink
url="http://wiki.postgresql.org">wiki</ulink> contains the project's <ulink url="https://wiki.postgresql.org">wiki</ulink> contains the project's <ulink
url="http://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ</> url="https://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ</>
(Frequently Asked Questions) list, <ulink (Frequently Asked Questions) list, <ulink
url="http://wiki.postgresql.org/wiki/Todo">TODO</> list, and url="https://wiki.postgresql.org/wiki/Todo">TODO</> list, and
detailed information about many more topics. detailed information about many more topics.
</para> </para>
</listitem> </listitem>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<listitem> <listitem>
<para> <para>
The <productname>PostgreSQL</productname> The <productname>PostgreSQL</productname>
<ulink url="http://www.postgresql.org">web site</ulink> <ulink url="https://www.postgresql.org">web site</ulink>
carries details on the latest release and other carries details on the latest release and other
information to make your work or play with information to make your work or play with
<productname>PostgreSQL</productname> more productive. <productname>PostgreSQL</productname> more productive.
......
...@@ -367,7 +367,7 @@ su - postgres ...@@ -367,7 +367,7 @@ su - postgres
<para> <para>
The <productname>PostgreSQL</> &version; sources can be obtained from the The <productname>PostgreSQL</> &version; sources can be obtained from the
download section of our download section of our
website: <ulink url="http://www.postgresql.org/download/"></ulink>. You website: <ulink url="https://www.postgresql.org/download/"></ulink>. You
should get a file named <filename>postgresql-&version;.tar.gz</filename> should get a file named <filename>postgresql-&version;.tar.gz</filename>
or <filename>postgresql-&version;.tar.bz2</filename>. After or <filename>postgresql-&version;.tar.bz2</filename>. After
you have obtained the file, unpack it: you have obtained the file, unpack it:
...@@ -2009,7 +2009,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` ...@@ -2009,7 +2009,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
it has recently been verified to build and pass its regression tests it has recently been verified to build and pass its regression tests
on that platform. Currently, most testing of platform compatibility on that platform. Currently, most testing of platform compatibility
is done automatically by test machines in the is done automatically by test machines in the
<ulink url="http://buildfarm.postgresql.org/">PostgreSQL Build Farm</ulink>. <ulink url="https://buildfarm.postgresql.org/">PostgreSQL Build Farm</ulink>.
If you are interested in using <productname>PostgreSQL</> on a platform If you are interested in using <productname>PostgreSQL</> on a platform
that is not represented in the build farm, but on which the code works that is not represented in the build farm, but on which the code works
or can be made to work, you are strongly encouraged to set up a build or can be made to work, you are strongly encouraged to set up a build
...@@ -2185,7 +2185,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` ...@@ -2185,7 +2185,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
should take care of it. should take care of it.
</para> </para>
<!-- http://archives.postgresql.org/message-id/6064jt6cfm.fsf_-_@dba2.int.libertyrms.com --> <!-- https://archives.postgresql.org/message-id/6064jt6cfm.fsf_-_@dba2.int.libertyrms.com -->
<para> <para>
One user reports: One user reports:
...@@ -2247,7 +2247,7 @@ hosts=local4,bind4 ...@@ -2247,7 +2247,7 @@ hosts=local4,bind4
<sect3> <sect3>
<title>Memory Management</title> <title>Memory Management</title>
<!-- http://archives.postgresql.org/message-id/603bgqmpl9.fsf@dba2.int.libertyrms.com --> <!-- https://archives.postgresql.org/message-id/603bgqmpl9.fsf@dba2.int.libertyrms.com -->
<para> <para>
AIX can be somewhat peculiar with regards to the way it does AIX can be somewhat peculiar with regards to the way it does
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
<para> <para>
Another method is to fill in the bug report web-form available Another method is to fill in the bug report web-form available
at the project's at the project's
<ulink url="http://www.postgresql.org/">web site</ulink>. <ulink url="https://www.postgresql.org/">web site</ulink>.
Entering a bug report this way causes it to be mailed to the Entering a bug report this way causes it to be mailed to the
<email>pgsql-bugs@postgresql.org</email> mailing list. <email>pgsql-bugs@postgresql.org</email> mailing list.
</para> </para>
......
...@@ -55,9 +55,9 @@ For new features, add links to the documentation sections. ...@@ -55,9 +55,9 @@ For new features, add links to the documentation sections.
A complete list of changes for each release can be obtained by A complete list of changes for each release can be obtained by
viewing the <link linkend="git">Git</link> logs for each release. viewing the <link linkend="git">Git</link> logs for each release.
The <ulink The <ulink
url="http://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal> url="https://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal>
email list</ulink> records all source code changes as well. There is also email list</ulink> records all source code changes as well. There is also
a <ulink url="http://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web a <ulink url="https://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web
interface</ulink> that shows changes to specific files. interface</ulink> that shows changes to specific files.
</para> </para>
......
...@@ -753,7 +753,7 @@ ERROR: SELinux: security policy violation ...@@ -753,7 +753,7 @@ ERROR: SELinux: security policy violation
<title>External Resources</title> <title>External Resources</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><ulink url="http://wiki.postgresql.org/wiki/SEPostgreSQL">SE-PostgreSQL Introduction</ulink></term> <term><ulink url="https://wiki.postgresql.org/wiki/SEPostgreSQL">SE-PostgreSQL Introduction</ulink></term>
<listitem> <listitem>
<para> <para>
This wiki page provides a brief overview, security design, architecture, This wiki page provides a brief overview, security design, architecture,
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<para> <para>
Our wiki, <ulink Our wiki, <ulink
url="http://wiki.postgresql.org/wiki/Working_with_Git"></ulink>, url="https://wiki.postgresql.org/wiki/Working_with_Git"></ulink>,
has some discussion on working with Git. has some discussion on working with Git.
</para> </para>
...@@ -64,10 +64,10 @@ git clone git://git.postgresql.org/git/postgresql.git ...@@ -64,10 +64,10 @@ git clone git://git.postgresql.org/git/postgresql.git
<para> <para>
The Git mirror can also be reached via the HTTP protocol, if for example The Git mirror can also be reached via the HTTP protocol, if for example
a firewall is blocking access to the Git protocol. Just change the URL a firewall is blocking access to the Git protocol. Just change the URL
prefix to <literal>http</>, as in: prefix to <literal>https</>, as in:
<programlisting> <programlisting>
git clone http://git.postgresql.org/git/postgresql.git git clone https://git.postgresql.org/git/postgresql.git
</programlisting> </programlisting>
The HTTP protocol is less efficient than the Git protocol, so it will be The HTTP protocol is less efficient than the Git protocol, so it will be
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<xsl:param name="html.stylesheet"> <xsl:param name="html.stylesheet">
<xsl:choose> <xsl:choose>
<xsl:when test="$website.stylesheet = 0">stylesheet.css</xsl:when> <xsl:when test="$website.stylesheet = 0">stylesheet.css</xsl:when>
<xsl:otherwise>http://www.postgresql.org/media/css/docs.css</xsl:otherwise> <xsl:otherwise>https://www.postgresql.org/media/css/docs.css</xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:param> </xsl:param>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册