forked from postgres/postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/[email protected]
- Loading branch information
Showing
17 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
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 | ||
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The TODO list is now maintained at: | ||
|
||
http://wiki.postgresql.org/wiki/Todo | ||
https://wiki.postgresql.org/wiki/Todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch | |
then e-mail it to [email protected] instead. Please use the | ||
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. | ||
|
||
============================================================================ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] --> | ||
<!-- https://archives.postgresql.org/message-id/[email protected] --> | ||
|
||
<para> | ||
One user reports: | ||
|
@@ -2264,7 +2264,7 @@ hosts=local4,bind4 | |
|
||
<sect3> | ||
<title>Memory Management</title> | ||
<!-- http://archives.postgresql.org/message-id/[email protected] --> | ||
<!-- https://archives.postgresql.org/message-id/[email protected] --> | ||
|
||
<para> | ||
AIX can be somewhat peculiar with regards to the way it does | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -304,7 +304,7 @@ | |
<para> | ||
Another method is to fill in the bug report web-form available | ||
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 | ||
<email>[email protected]</email> mailing list. | ||
</para> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters