mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
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
This commit is contained in:
@ -346,7 +346,7 @@ su - postgres
|
||||
<para>
|
||||
The <productname>PostgreSQL</> &version; sources can be obtained from the
|
||||
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>
|
||||
or <filename>postgresql-&version;.tar.bz2</filename>. After
|
||||
you have obtained the file, unpack it:
|
||||
@ -2026,7 +2026,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
|
||||
it has recently been verified to build and pass its regression tests
|
||||
on that platform. Currently, most testing of platform compatibility
|
||||
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
|
||||
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
|
||||
@ -2202,7 +2202,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
|
||||
should take care of it.
|
||||
</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>
|
||||
One user reports:
|
||||
@ -2264,7 +2264,7 @@ hosts=local4,bind4
|
||||
|
||||
<sect3>
|
||||
<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>
|
||||
AIX can be somewhat peculiar with regards to the way it does
|
||||
|
Reference in New Issue
Block a user