Update more links to be https instead of http

This commit is contained in:
Magnus Hagander
2020-08-31 11:56:33 +02:00
parent 6a1550015d
commit b2ffced2b0
23 changed files with 81 additions and 81 deletions

View File

@ -8,9 +8,9 @@ free to be mirrored anywhere.
Technology Technology
---------- ----------
The website code is written in `Python <http://www.python.org>`_ using The website code is written in `Python <https://www.python.org>`_ using
the `Django <http://www.djangoproject.com/>`_ framework. Not surprisingly, the `Django <https://www.djangoproject.com/>`_ framework. Not surprisingly,
`PostgreSQL <http://www.postgresql.org>`_ is used as the database. Further details `PostgreSQL <https://www.postgresql.org>`_ is used as the database. Further details
about the code and technology can be found in the different documents in the about the code and technology can be found in the different documents in the
docs directory. docs directory.
@ -33,7 +33,7 @@ want to make any major changes, be sure to have discussed those on the list firs
Licence Licence
------- -------
The code for the website is licensed under The code for the website is licensed under
`The PostgreSQL Licence <http://www.opensource.org/licenses/postgresql>`_, which is `The PostgreSQL Licence <https://www.opensource.org/licenses/postgresql>`_, which is
closely related to the BSD licence. closely related to the BSD licence.
Django is released under its `BSD Licence <https://github.com/django/django/blob/master/LICENSE>`_. Django is released under its `BSD Licence <https://github.com/django/django/blob/master/LICENSE>`_.

View File

@ -29,7 +29,7 @@ function attach_showdown_preview(objid, admin) {
obj.parentNode.insertBefore(newdiv, obj.nextSibling); obj.parentNode.insertBefore(newdiv, obj.nextSibling);
obj.infospan_html_base = admin ? '' : 'This field supports <a href="http://daringfireball.net/projects/markdown/basics" target="_blank">markdown</a>. See below for a preview.'; obj.infospan_html_base = admin ? '' : 'This field supports <a href="https://daringfireball.net/projects/markdown/basics" target="_blank">markdown</a>. See below for a preview.';
obj.infospan = document.createElement('span'); obj.infospan = document.createElement('span');
obj.infospan.innerHTML = obj.infospan_html_base; obj.infospan.innerHTML = obj.infospan_html_base;

View File

@ -139,7 +139,7 @@ CSRF_COOKIE_SECURE = SESSION_COOKIE_SECURE
CSRF_COOKIE_DOMAIN = SESSION_COOKIE_DOMAIN CSRF_COOKIE_DOMAIN = SESSION_COOKIE_DOMAIN
CSRF_COOKIE_HTTPONLY = SESSION_COOKIE_HTTPONLY CSRF_COOKIE_HTTPONLY = SESSION_COOKIE_HTTPONLY
SITE_ROOT = "http://www.postgresql.org" # Root of working URLs SITE_ROOT = "https://www.postgresql.org" # Root of working URLs
FTP_PICKLE = "/usr/local/pgweb/ftpsite.pickle" # Location of file with current contents from ftp site FTP_PICKLE = "/usr/local/pgweb/ftpsite.pickle" # Location of file with current contents from ftp site
YUM_JSON = "/usr/local/pgweb/external/yum.json" YUM_JSON = "/usr/local/pgweb/external/yum.json"
STATIC_CHECKOUT = "/usr/local/pgweb-static" # Location of a checked out pgweb-static project STATIC_CHECKOUT = "/usr/local/pgweb-static" # Location of a checked out pgweb-static project

View File

@ -41,7 +41,7 @@
<div class="col-md-8"> <div class="col-md-8">
<h2>External Resources</h2> <h2>External Resources</h2>
<ul> <ul>
<li><a href="http://www.pg-forum.de/" target="_blank">pg-forum.de</a>, a German PostgreSQL forum.</li> <li><a href="https://www.pg-forum.de/" target="_blank">pg-forum.de</a>, a German PostgreSQL forum.</li>
</ul> </ul>
<p> <p>
Please send appropriate links to <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a> for possible inclusion on this page. Please send appropriate links to <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a> for possible inclusion on this page.

View File

@ -5,7 +5,7 @@
<h1>Donate <i class="far fa-money-bill-alt"></i></h1> <h1>Donate <i class="far fa-money-bill-alt"></i></h1>
<h2>General PostgreSQL efforts</h2> <h2>General PostgreSQL efforts</h2>
<p>PostgreSQL is an affiliated project of <a href="http://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used <p>PostgreSQL is an affiliated project of <a href="https://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used
to sponsor general PostgreSQL efforts. These funds are managed by the Fund raising group.</p> to sponsor general PostgreSQL efforts. These funds are managed by the Fund raising group.</p>
<p><a class="btn btn-primary" href="/about/donate_pg_org/">Donate to PostgreSQL</a></p> <p><a class="btn btn-primary" href="/about/donate_pg_org/">Donate to PostgreSQL</a></p>

View File

@ -9,7 +9,7 @@
<h2>Donate by Credit Card / PayPal</h2> <h2>Donate by Credit Card / PayPal</h2>
<p> <p>
PostgreSQL donations are processed via Paysimple (third party) and deposited PostgreSQL donations are processed via Paysimple (third party) and deposited
into the <a href="http://spi-inc.org/projects/postgresql/" target="_blank">PostgreSQL account at Software in the Public Interest (SPI)</a>. into the <a href="https://spi-inc.org/projects/postgresql/" target="_blank">PostgreSQL account at Software in the Public Interest (SPI)</a>.
You can click the button below, which will redirect you to PayPal where your You can click the button below, which will redirect you to PayPal where your
donation will be processed: donation will be processed:
</p> </p>
@ -33,7 +33,7 @@ United States<br />
<h2>Tax deductibility</h2> <h2>Tax deductibility</h2>
<p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="http://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a <p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="https://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a
href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p> href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p>
<h2>Infrastructure Donations</h2> <h2>Infrastructure Donations</h2>

View File

@ -2,7 +2,7 @@
{%block title%}License{%endblock%} {%block title%}License{%endblock%}
{%block contents%} {%block contents%}
<h1>License <i class="far fa-file-alt"></i></h1> <h1>License <i class="far fa-file-alt"></i></h1>
<p>PostgreSQL is released under the <a href="http://www.opensource.org/licenses/postgresql">PostgreSQL License</a>, <p>PostgreSQL is released under the <a href="https://www.opensource.org/licenses/postgresql">PostgreSQL License</a>,
a liberal Open Source license, similar to the BSD or MIT licenses.</p> a liberal Open Source license, similar to the BSD or MIT licenses.</p>
<p> <p>

View File

@ -74,7 +74,7 @@
recommended.</p> recommended.</p>
<h3>What are the right URLs to use for a labeled feed from <a <h3>What are the right URLs to use for a labeled feed from <a
href="http://www.blogger.com/">blogger.com</a>?</h3> href="https://www.blogger.com/">blogger.com</a>?</h3>
<p>Assuming your blog is named "blogname" and you've tagged a subset of your <p>Assuming your blog is named "blogname" and you've tagged a subset of your
posts with the "postgresql" label, the correct URLs to input to the Planet posts with the "postgresql" label, the correct URLs to input to the Planet
code are:</p> code are:</p>

View File

@ -11,7 +11,7 @@
<p>The PostgreSQL <a href="https://wiki.postgresql.org/wiki/Logo">elephant <p>The PostgreSQL <a href="https://wiki.postgresql.org/wiki/Logo">elephant
logo</a> (Slonik) and the names "PostgreSQL" and "Postgres" are registered logo</a> (Slonik) and the names "PostgreSQL" and "Postgres" are registered
trademarks of the <a href="http://www.postgres.ca/">PostgreSQL Community trademarks of the <a href="https://www.postgres.ca/">PostgreSQL Community
Association of Canada</a>. If you wish to use either name or logo in any Association of Canada</a>. If you wish to use either name or logo in any
way, you must comply with this policy.</p> way, you must comply with this policy.</p>

View File

@ -23,11 +23,11 @@
<td>Simplified Chinese PostgreSQL Community</td> <td>Simplified Chinese PostgreSQL Community</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://postgresql.tw/">Chinese (Traditional)</a></td> <td><a href="https://postgresql.tw/">Chinese (Traditional)</a></td>
<td>Traditional Chinese PostgreSQL Community</td> <td>Traditional Chinese PostgreSQL Community</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.postgres.cz/">Czech</a></td> <td><a href="https://www.postgres.cz/">Czech</a></td>
<td>Informace o PostgreSQL v &#269;e&#353;tin&#283;</td> <td>Informace o PostgreSQL v &#269;e&#353;tin&#283;</td>
</tr> </tr>
<tr> <tr>
@ -39,7 +39,7 @@
<td>La communaute Fran&#231;aise de PostgreSQL</td> <td>La communaute Fran&#231;aise de PostgreSQL</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.postgresql.org.il/">Israel</a></td> <td><a href="https://www.postgresql.org.il/">Israel</a></td>
<td>The Israeli PostgreSQL Community</td> <td>The Israeli PostgreSQL Community</td>
</tr> </tr>
<tr> <tr>
@ -47,15 +47,15 @@
<td>Comunità italiana di PostgreSQL </td> <td>Comunità italiana di PostgreSQL </td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.itpug.org/">Italiano</a></td> <td><a href="https://www.itpug.org/">Italiano</a></td>
<td>Associazione ITPUG</td> <td>Associazione ITPUG</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.postgresql.jp/">Japanese</a></td> <td><a href="https://www.postgresql.jp/">Japanese</a></td>
<td>The Japanese PostgreSQL Community</td> <td>The Japanese PostgreSQL Community</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.postgresql.kr/">Korean</a></td> <td><a href="https://www.postgresql.kr/">Korean</a></td>
<td>The Korean PostgreSQL Community</td> <td>The Korean PostgreSQL Community</td>
</tr> </tr>
<tr> <tr>
@ -67,7 +67,7 @@
<td>Сообщество русскоязычных пользователей PostgreSQL</td> <td>Сообщество русскоязычных пользователей PostgreSQL</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://www.postgresql.org.tr/">Türkce</a></td> <td><a href="https://www.postgresql.org.tr/">Türkce</a></td>
<td>Türkiye PostgreSQL Kullanıcıları Grubu</td> <td>Türkiye PostgreSQL Kullanıcıları Grubu</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -10,7 +10,7 @@
<ul> <ul>
<li><a href="https://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li> <li><a href="https://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li>
<li><a href="/docs/current/git.html">Information about the Source Code Repository</a></li> <li><a href="/docs/current/git.html">Information about the Source Code Repository</a></li>
<li><a href="http://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li> <li><a href="https://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li>
<li><a href="/developer/backend/">Backend Flowchart</a></li> <li><a href="/developer/backend/">Backend Flowchart</a></li>
<li><a href="https://babel.postgresql.org/">Translating</a></li> <li><a href="https://babel.postgresql.org/">Translating</a></li>
<li><a href="https://wiki.postgresql.org/wiki/Developer_and_Contributor_Resources">Developer Section on wiki.postgresql.org</a></li> <li><a href="https://wiki.postgresql.org/wiki/Developer_and_Contributor_Resources">Developer Section on wiki.postgresql.org</a></li>

View File

@ -100,7 +100,7 @@
<li><a href="https://buildfarm.postgresql.org/">Build Farm website</a></li> <li><a href="https://buildfarm.postgresql.org/">Build Farm website</a></li>
<li><a href="https://github.com/PGBuildFarm/server-code">Build Farm server code repository</a></li> <li><a href="https://github.com/PGBuildFarm/server-code">Build Farm server code repository</a></li>
<li><a href="https://github.com/PGBuildFarm/client-code">Build Farm client code repository</a></li> <li><a href="https://github.com/PGBuildFarm/client-code">Build Farm client code repository</a></li>
<li><a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">How to run your own buildfarm member</a></li> <li><a href="https://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">How to run your own buildfarm member</a></li>
</ul> </ul>
For Buildfarm related discussions, use the <a href="mailto:buildfarm-members@lists.postgresql.org">buildfarm-members</a> mailing list. For Buildfarm related discussions, use the <a href="mailto:buildfarm-members@lists.postgresql.org">buildfarm-members</a> mailing list.
</p> </p>

View File

@ -79,9 +79,9 @@ one of the Summer of Code liaisons below about writing a proposal.</p>
| <a href="https://wiki.postgresql.org/wiki/GSoC_2012">2012</a> | <a href="https://wiki.postgresql.org/wiki/GSoC_2012">2012</a>
| <a href="https://wiki.postgresql.org/wiki/GSoC_2011">2011</a> | <a href="https://wiki.postgresql.org/wiki/GSoC_2011">2011</a>
| <a href="https://wiki.postgresql.org/wiki/GSoC_2010">2010</a> | <a href="https://wiki.postgresql.org/wiki/GSoC_2010">2010</a>
| <a href="http://code.google.com/soc/2008/postgres/about.html">2008</a> | <a href="https://code.google.com/soc/2008/postgres/about.html">2008</a>
| <a href="http://code.google.com/soc/2008/postgres/about.html">2007</a> | <a href="https://code.google.com/soc/2008/postgres/about.html">2007</a>
| <a href="http://code.google.com/soc/2006/pgsql/about.html">2006</a>)</p> | <a href="https://code.google.com/soc/2006/pgsql/about.html">2006</a>)</p>
<a id="faq" name="faq"></a> <a id="faq" name="faq"></a>

View File

@ -223,7 +223,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img <a href="https://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
src="/media/img/docs/books/architecture-et-notions-avancees.png" src="/media/img/docs/books/architecture-et-notions-avancees.png"
alt="PostgreSQL - Architecture et notions avancées" /></a> alt="PostgreSQL - Architecture et notions avancées" /></a>
</td> </td>
@ -238,7 +238,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://masteringpostgresql.com/"><img <a href="https://masteringpostgresql.com/"><img
src="/media/img/docs/books/dim_mastering_postgresql.png" src="/media/img/docs/books/dim_mastering_postgresql.png"
alt="Mastering PostgreSQL In Application Development" /></a> alt="Mastering PostgreSQL In Application Development" /></a>
</td> </td>
@ -253,7 +253,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://shop.oreilly.com/product/0636920052715.do"><img src="/media/img/docs/books/postgres_up_and_running_3.gif" alt="PostgreSQL: Up and Running" /></a> <a href="https://shop.oreilly.com/product/0636920052715.do"><img src="/media/img/docs/books/postgres_up_and_running_3.gif" alt="PostgreSQL: Up and Running" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL: Up and Running, 3rd Edition<br /> <strong>Title</strong>: PostgreSQL: Up and Running, 3rd Edition<br />
@ -331,7 +331,7 @@
<tr> <tr>
<td> <td>
<a href="http://postgresql.leopard.in.ua/"><img src="/media/img/docs/books/working-with-postgresql.png" alt="Working with PostgreSQL: configuration and scaling" /></a> <a href="https://postgresql.leopard.in.ua/"><img src="/media/img/docs/books/working-with-postgresql.png" alt="Working with PostgreSQL: configuration and scaling" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Working with PostgreSQL: configuration and scaling<br /> <strong>Title</strong>: Working with PostgreSQL: configuration and scaling<br />
@ -361,7 +361,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.lulu.com/shop/anthony-r-sotolongo-le%C3%B3n-and-yudisney-vazquez-ortiz/plpgsql-y-otros-lenguajes-procedurales-en-postgresql/ebook/product-23033430.html"><img <a href="https://www.lulu.com/shop/anthony-r-sotolongo-le%C3%B3n-and-yudisney-vazquez-ortiz/plpgsql-y-otros-lenguajes-procedurales-en-postgresql/ebook/product-23033430.html"><img
src="/media/img/docs/books/plpgsql_y_otros_lenguajes.jpg" src="/media/img/docs/books/plpgsql_y_otros_lenguajes.jpg"
alt="PL/pgSQL y otros lenguajes procedurales en PostgreSQL" /></a> alt="PL/pgSQL y otros lenguajes procedurales en PostgreSQL" /></a>
</td> </td>
@ -393,7 +393,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img <a href="https://www.d-booker.fr/postgresql/187-architecture-et-notions-avancees.html"><img
src="/media/img/docs/books/architecture-et-notions-avancees.png" src="/media/img/docs/books/architecture-et-notions-avancees.png"
alt="PostgreSQL - Architecture et notions avancées" /></a> alt="PostgreSQL - Architecture et notions avancées" /></a>
</td> </td>
@ -537,7 +537,7 @@
<tr> <tr>
<td> <td>
<a href="http://shop.oreilly.com/product/0636920032144.do"><img <a href="https://shop.oreilly.com/product/0636920032144.do"><img
src="/media/img/docs/books/postgres_up_and_running.gif" src="/media/img/docs/books/postgres_up_and_running.gif"
alt="PostgreSQL Up &amp; Running (2nd Edition)" /></a> alt="PostgreSQL Up &amp; Running (2nd Edition)" /></a>
</td> </td>
@ -585,7 +585,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.syncfusion.com/resources/techportal/ebooks/postgres"><img src="/media/img/docs/books/postgres-succinctly.png" alt="Postgres Succinctly" /></a> <a href="https://www.syncfusion.com/resources/techportal/ebooks/postgres"><img src="/media/img/docs/books/postgres-succinctly.png" alt="Postgres Succinctly" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Postgres Succinctly<br /> <strong>Title</strong>: Postgres Succinctly<br />
@ -599,7 +599,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.packtpub.com/postgresql-replication/book"><img src="/media/img/docs/books/pg-replication-packt.jpg" alt="PostgreSQL Replication" /></a> <a href="https://www.packtpub.com/postgresql-replication/book"><img src="/media/img/docs/books/pg-replication-packt.jpg" alt="PostgreSQL Replication" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL Replication<br /> <strong>Title</strong>: PostgreSQL Replication<br />
@ -613,7 +613,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.packtpub.com/how-to-postgresql-backup-and-restore/book"><img src="/media/img/docs/books/pg-backup-restore-packt.jpg" alt="PostgreSQL Backup and Restore How-to" /></a> <a href="https://www.packtpub.com/how-to-postgresql-backup-and-restore/book"><img src="/media/img/docs/books/pg-backup-restore-packt.jpg" alt="PostgreSQL Backup and Restore How-to" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL Backup and Restore How-to<br /> <strong>Title</strong>: PostgreSQL Backup and Restore How-to<br />
@ -627,7 +627,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.packtpub.com/instant-postgresql-starter/book"><img src="/media/img/docs/books/instant-pg-starter-packt.jpg" alt="Instant PostgreSQL Starter" /></a> <a href="https://www.packtpub.com/instant-postgresql-starter/book"><img src="/media/img/docs/books/instant-pg-starter-packt.jpg" alt="Instant PostgreSQL Starter" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Instant PostgreSQL Starter<br /> <strong>Title</strong>: Instant PostgreSQL Starter<br />
@ -641,7 +641,7 @@
<tr> <tr>
<td> <td>
<a href="http://www.packtpub.com/postgresql-server-programming/book"><img src="/media/img/docs/books/pg-programming-packt.jpg" alt="PostgreSQL Server Programming" /></a> <a href="https://www.packtpub.com/postgresql-server-programming/book"><img src="/media/img/docs/books/pg-programming-packt.jpg" alt="PostgreSQL Server Programming" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL Server Programming<br /> <strong>Title</strong>: PostgreSQL Server Programming<br />
@ -654,7 +654,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://shop.oreilly.com/product/0636920025061.do"><img src="/media/img/docs/books/51gStZeVDL._AA160_.jpg" alt="PostgreSQL: Up and Running" /></a> <a href="https://shop.oreilly.com/product/0636920025061.do"><img src="/media/img/docs/books/51gStZeVDL._AA160_.jpg" alt="PostgreSQL: Up and Running" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL: Up and Running<br /> <strong>Title</strong>: PostgreSQL: Up and Running<br />
@ -667,7 +667,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.pearson.fr/livre/?GCOI=27440100863920"><img src="/media/img/docs/books/pearson_9782744024832.png" alt="Bases de données PostgreSQL, Gestion des performances" /></a> <a href="https://www.pearson.fr/livre/?GCOI=27440100863920"><img src="/media/img/docs/books/pearson_9782744024832.png" alt="Bases de données PostgreSQL, Gestion des performances" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Bases de données PostgreSQL, Gestion des performances<br /> <strong>Title</strong>: Bases de données PostgreSQL, Gestion des performances<br />
@ -680,7 +680,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.network-theory.co.uk/postgresql/vol1/"><img src="/media/img/docs/books/0954612027.92.jpg" alt="PostgreSQL Reference Manual - Volume 1" /></a> <a href="https://www.network-theory.co.uk/postgresql/vol1/"><img src="/media/img/docs/books/0954612027.92.jpg" alt="PostgreSQL Reference Manual - Volume 1" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL Reference Manual - Volume 1-3<br /> <strong>Title</strong>: PostgreSQL Reference Manual - Volume 1-3<br />
@ -746,7 +746,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://postgresql-buch.de/"><img src="/media/img/docs/books/PB_Titel_PostgreSQL_small.png" alt="PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)" /></a> <a href="https://postgresql-buch.de/"><img src="/media/img/docs/books/PB_Titel_PostgreSQL_small.png" alt="PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br /> <strong>Title</strong>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br />
@ -759,7 +759,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/PostgreSQL-French-Fran%C3%83%C2%A7ois-Marie-Colonna/dp/2746043815"><img src="/media/img/docs/books/51im2FLd-IL._SL500_AA300_.jpg" alt="PostgreSQL" /></a> <a href="https://www.amazon.com/PostgreSQL-French-Fran%C3%83%C2%A7ois-Marie-Colonna/dp/2746043815"><img src="/media/img/docs/books/51im2FLd-IL._SL500_AA300_.jpg" alt="PostgreSQL" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL<br /> <strong>Title</strong>: PostgreSQL<br />
@ -772,7 +772,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.de/PostgreSQL-Administration-Peter-Eisentraut/dp/3897217775/"><img src="/media/img/docs/books/21r2crI2nWL._SL500_AA180_.jpg" alt="PostgreSQL-Administration" /></a> <a href="https://www.amazon.de/PostgreSQL-Administration-Peter-Eisentraut/dp/3897217775/"><img src="/media/img/docs/books/21r2crI2nWL._SL500_AA180_.jpg" alt="PostgreSQL-Administration" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL-Administration<br /> <strong>Title</strong>: PostgreSQL-Administration<br />
@ -785,7 +785,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.editions-eni.fr/Livres/PostgreSQL---administration-et-exploitation-d-rsquoune-base-de-donnees-2eme-edition-/.4_3a6222cf-b921-41f5-886c-c989f77ba994_710d51ac-760b-4aeb-a66a-55d146b69983_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html"><img src="/media/img/docs/books/seblbook_ed2.jpg" alt="PostgreSQL - Administration et exploitation dune base de donn&eacute;es (2&egrave;me &eacute;dition)" /></a> <a href="https://www.editions-eni.fr/Livres/PostgreSQL---administration-et-exploitation-d-rsquoune-base-de-donnees-2eme-edition-/.4_3a6222cf-b921-41f5-886c-c989f77ba994_710d51ac-760b-4aeb-a66a-55d146b69983_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html"><img src="/media/img/docs/books/seblbook_ed2.jpg" alt="PostgreSQL - Administration et exploitation dune base de donn&eacute;es (2&egrave;me &eacute;dition)" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL - Administration et exploitation dune base de donn&eacute;es (2&egrave;me &eacute;dition)<br /> <strong>Title</strong>: PostgreSQL - Administration et exploitation dune base de donn&eacute;es (2&egrave;me &eacute;dition)<br />
@ -798,7 +798,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/PostgreSQL-Windows-Database-Professionals-Library/dp/0071485627/"><img src="/media/img/docs/books/51t2AbIfT4L._SS500_.jpg" alt="PostgreSQL 8 For Windows" /></a> <a href="https://www.amazon.com/PostgreSQL-Windows-Database-Professionals-Library/dp/0071485627/"><img src="/media/img/docs/books/51t2AbIfT4L._SS500_.jpg" alt="PostgreSQL 8 For Windows" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL 8 For Windows<br /> <strong>Title</strong>: PostgreSQL 8 For Windows<br />
@ -811,7 +811,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/Beginning-PHP-PostgreSQL-E-Commerce-Professional/dp/159059648X/ref=nosim/cristiandarie-20"><img src="/media/img/docs/books/159059648X.01._AA240_SCLZZZZZZZ_V46693183_.jpg" alt="Cover of Beginning PHP and PostgreSQL E-Commerce" /></a> <a href="https://www.amazon.com/Beginning-PHP-PostgreSQL-E-Commerce-Professional/dp/159059648X/ref=nosim/cristiandarie-20"><img src="/media/img/docs/books/159059648X.01._AA240_SCLZZZZZZZ_V46693183_.jpg" alt="Cover of Beginning PHP and PostgreSQL E-Commerce" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Beginning PHP and PostgreSQL E-Commerce<br /> <strong>Title</strong>: Beginning PHP and PostgreSQL E-Commerce<br />
@ -824,7 +824,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&amp;path=ASIN/1590595475&amp;tag=zillablog-20&amp;camp=1789&amp;creative=9325"><img src="/media/img/docs/books/1590595475.01._AA240_SCLZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL 8" /></a> <a href="https://www.amazon.com/exec/obidos/redirect?link_code=as2&amp;path=ASIN/1590595475&amp;tag=zillablog-20&amp;camp=1789&amp;creative=9325"><img src="/media/img/docs/books/1590595475.01._AA240_SCLZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL 8" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Beginning PHP &amp; PostgreSQL 8: From Novice to Professionnal<br /> <strong>Title</strong>: Beginning PHP &amp; PostgreSQL 8: From Novice to Professionnal<br />
@ -850,7 +850,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0672327562/qid=1127439720/sr=2-1/ref=pd_bbs_b_2_1/103-1309672-0439005?v=glance&amp;s=books"><img src="/media/img/docs/books/0735712573.01.LZZZZZZZ.jpg" alt="Cover of PostgreSQL, 2nd Edition" /></a> <a href="https://www.amazon.com/exec/obidos/tg/detail/-/0672327562/qid=1127439720/sr=2-1/ref=pd_bbs_b_2_1/103-1309672-0439005?v=glance&amp;s=books"><img src="/media/img/docs/books/0735712573.01.LZZZZZZZ.jpg" alt="Cover of PostgreSQL, 2nd Edition" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL, 2nd Edition<br /> <strong>Title</strong>: PostgreSQL, 2nd Edition<br />
@ -863,7 +863,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590594789/qid=1120009860/sr=1-3/ref=sr_1_3/104-6660226-5122336?v=glance&amp;s=books"><img src="/media/img/docs/books/1590594789.01.MZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL, 2nd Edition" /></a> <a href="https://www.amazon.com/exec/obidos/tg/detail/-/1590594789/qid=1120009860/sr=1-3/ref=sr_1_3/104-6660226-5122336?v=glance&amp;s=books"><img src="/media/img/docs/books/1590594789.01.MZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL, 2nd Edition" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Beginning Databases with PostgreSQL, 2nd Edition<br /> <strong>Title</strong>: Beginning Databases with PostgreSQL, 2nd Edition<br />
@ -876,7 +876,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.de/exec/obidos/ASIN/3826614933/qid=1119990657/sr=2-1/ref=sr_2_11_1/028-1975809-0670932"><img src="/media/img/docs/books/3826614933.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL GE-PACKT" /></a> <a href="https://www.amazon.de/exec/obidos/ASIN/3826614933/qid=1119990657/sr=2-1/ref=sr_2_11_1/028-1975809-0670932"><img src="/media/img/docs/books/3826614933.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL GE-PACKT" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL GE-PACKT <br /> <strong>Title</strong>: PostgreSQL GE-PACKT <br />
@ -889,7 +889,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.de/exec/obidos/ASIN/3936546223/qid=1119990657/sr=2-3/ref=sr_2_11_3/028-1975809-0670932"><img src="/media/img/docs/books/3936546223.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL, m. CD-ROM" /></a> <a href="https://www.amazon.de/exec/obidos/ASIN/3936546223/qid=1119990657/sr=2-3/ref=sr_2_11_3/028-1975809-0670932"><img src="/media/img/docs/books/3936546223.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL, m. CD-ROM" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL, m. CD-ROM <br /> <strong>Title</strong>: PostgreSQL, m. CD-ROM <br />
@ -902,7 +902,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.de/exec/obidos/ASIN/3826613376/qid=1068391203/sr=2-2/ref=sr_2_11_2/302-2683521-4281640"><img src="/media/img/docs/books/3826613376.03.LZZZZZZZ.jpg" alt="Cover of PostgreSQL: Das offizielle Handbuch" /></a> <a href="https://www.amazon.de/exec/obidos/ASIN/3826613376/qid=1068391203/sr=2-2/ref=sr_2_11_2/302-2683521-4281640"><img src="/media/img/docs/books/3826613376.03.LZZZZZZZ.jpg" alt="Cover of PostgreSQL: Das offizielle Handbuch" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL: Das offizielle Handbuch<br /> <strong>Title</strong>: PostgreSQL: Das offizielle Handbuch<br />
@ -916,7 +916,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.de/exec/obidos/ASIN/3898641759/postgresql-20"><img src="/media/img/docs/books/3898641759.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP" /></a> <a href="https://www.amazon.de/exec/obidos/ASIN/3898641759/postgresql-20"><img src="/media/img/docs/books/3898641759.03.MZZZZZZZ.jpg" alt="Cover of PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br /> <strong>Title</strong>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br />
@ -929,7 +929,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0672323826/postgresql-20"><img src="/media/img/docs/books/0672323826.01._PE30_SCMZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL Advanced Web Programming" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/0672323826/postgresql-20"><img src="/media/img/docs/books/0672323826.01._PE30_SCMZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL Advanced Web Programming" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PHP and PostgreSQL Advanced Web Programming<br /> <strong>Title</strong>: PHP and PostgreSQL Advanced Web Programming<br />
@ -942,7 +942,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/1565928466/postgresql-20"><img src="/media/img/docs/books/1565928466.01.TZZZZZZZ.jpg" alt="Cover of Practical PostgreSQL" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/1565928466/postgresql-20"><img src="/media/img/docs/books/1565928466.01.TZZZZZZZ.jpg" alt="Cover of Practical PostgreSQL" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Practical PostgreSQL (O'Reilly Unix)<br /> <strong>Title</strong>: Practical PostgreSQL (O'Reilly Unix)<br />
@ -951,12 +951,12 @@
<strong>Current version at publication</strong>: &lt;7.4<br /> <strong>Current version at publication</strong>: &lt;7.4<br />
<strong>Format</strong>: Paperback<br /> <strong>Format</strong>: Paperback<br />
<strong>Published</strong>: January 2002 <strong>Published</strong>: January 2002
<a href="http://www.commandprompt.com/ppbook/">Available online</a><br /> <a href="https://www.commandprompt.com/ppbook/">Available online</a><br />
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0672322609/postgresql-20"><img src="/media/img/docs/books/0672322609.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Developer's Handbook" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/0672322609/postgresql-20"><img src="/media/img/docs/books/0672322609.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Developer's Handbook" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Postgresql Developer's Handbook<br /> <strong>Title</strong>: Postgresql Developer's Handbook<br />
@ -969,7 +969,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/193184142X/postgresql-20"><img src="/media/img/docs/books/193184142X.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/193184142X/postgresql-20"><img src="/media/img/docs/books/193184142X.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL<br /> <strong>Title</strong>: PostgreSQL<br />
@ -982,7 +982,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0735711216/postgresql-20"><img src="/media/img/docs/books/0735711216.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL Essential Reference" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/0735711216/postgresql-20"><img src="/media/img/docs/books/0735711216.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL Essential Reference" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL Essential Reference<br /> <strong>Title</strong>: PostgreSQL Essential Reference<br />
@ -995,7 +995,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/1861005156/postgresql-20"><img src="/media/img/docs/books/1861005156.01.TZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/1861005156/postgresql-20"><img src="/media/img/docs/books/1861005156.01.TZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Beginning Databases with PostgreSQL<br /> <strong>Title</strong>: Beginning Databases with PostgreSQL<br />
@ -1008,7 +1008,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0201703319/postgresql-20"><img src="/media/img/docs/books/0201703319.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL: Introduction and Concepts" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/0201703319/postgresql-20"><img src="/media/img/docs/books/0201703319.01.TZZZZZZZ.jpg" alt="Cover of PostgreSQL: Introduction and Concepts" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: PostgreSQL: Introduction and Concepts<br /> <strong>Title</strong>: PostgreSQL: Introduction and Concepts<br />
@ -1021,7 +1021,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0595149170/postgresql-20"><img src="/media/img/docs/books/0595149170.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Programmer's Guide" /></a> <a href="https://www.amazon.com/exec/obidos/ASIN/0595149170/postgresql-20"><img src="/media/img/docs/books/0595149170.01.TZZZZZZZ.jpg" alt="Cover of Postgresql Programmer's Guide" /></a>
</td> </td>
<td> <td>
<strong>Title</strong>: Postgresql Programmer's Guide<br /> <strong>Title</strong>: Postgresql Programmer's Guide<br />

View File

@ -14,13 +14,13 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<a href="http://www.postgresqltutorial.com/">PostgreSQL Tutorial</a> <a href="https://www.postgresqltutorial.com/">PostgreSQL Tutorial</a>
</td> </td>
<td>Learn PostgreSQL and how to get started quickly through practical examples.</td> <td>Learn PostgreSQL and how to get started quickly through practical examples.</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://www.tutorialspoint.com/postgresql/">Tutorials Point PostgreSQL</a> <a href="https://www.tutorialspoint.com/postgresql/">Tutorials Point PostgreSQL</a>
</td> </td>
<td>A full, free online course for walking through PostgreSQL, from the basics to advanced administration.</td> <td>A full, free online course for walking through PostgreSQL, from the basics to advanced administration.</td>
</tr> </tr>
@ -38,7 +38,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="http://schemaverse.com/">Schemaverse</a> <a href="https://schemaverse.com/">Schemaverse</a>
</td> </td>
<td>A space-based strategy game implemented entirely within a PostgreSQL database.</td> <td>A space-based strategy game implemented entirely within a PostgreSQL database.</td>
</tr> </tr>

View File

@ -124,7 +124,7 @@ tools such as HBase, Hive, Pig, DataFu, Flume, Sqoop and others.
<p> <p>
'LAPP', 'MAPP' and 'WAPP' (Linux/Mac/Windows + Apache + PHP + PostgreSQL) 'LAPP', 'MAPP' and 'WAPP' (Linux/Mac/Windows + Apache + PHP + PostgreSQL)
stacks are available from stacks are available from
<a href="http://bitnami.org/tag/postgresql">BitNami</a>. <a href="https://bitnami.com/tag/postgresql">BitNami</a>.
</p> </p>
<h2>Additional Software</h2> <h2>Additional Software</h2>

View File

@ -6,11 +6,11 @@
<h2>FreeBSD Ports</h2> <h2>FreeBSD Ports</h2>
<p>PostgreSQL packages are available for FreeBSD from the <a href="http://www.freebsd.org/ports" target="_blank">FreeBSD <p>PostgreSQL packages are available for FreeBSD from the <a href="https://www.freebsd.org/ports" target="_blank">FreeBSD
Ports and Packages Collection</a>. Please see the ports documentation for information on how Ports and Packages Collection</a>. Please see the ports documentation for information on how
to install ports.</p> to install ports.</p>
<p>A list of <a href="http://www.freebsd.org/cgi/ports.cgi?query=postgresql&stype=name&sektion=databases" target="_blank">PostgreSQL <p>A list of <a href="https://www.freebsd.org/cgi/ports.cgi?query=postgresql&stype=name&sektion=databases" target="_blank">PostgreSQL
packages</a> can be found using the Ports Search tool on the FreeBSD website.</p> packages</a> can be found using the Ports Search tool on the FreeBSD website.</p>
{%endblock%} {%endblock%}

View File

@ -112,10 +112,10 @@ version number as required):
<h2>Debian backports</h2> <h2>Debian backports</h2>
<p> <p>
Newer versions of PostgreSQL for older versions of Debians are available Newer versions of PostgreSQL for older versions of Debians are available
in <a href="http://backports.debian.org/">Debian backports</a>. For in <a href="https://backports.debian.org/">Debian backports</a>. For
information on how to enable and use the backports repository, please information on how to enable and use the backports repository, please
see the see the
<a href="http://backports-master.debian.org/Instructions/">backports instructions</a> page at Debian. <a href="https://backports-master.debian.org/Instructions/">backports instructions</a> page at Debian.
</p> </p>
<p> <p>
Once backports is enabled, you can install PostgreSQL the same way as with Once backports is enabled, you can install PostgreSQL the same way as with

View File

@ -28,7 +28,7 @@ RPMs for SUSE Linux and openSUSE are available from the
in the project <em>server:database:postgresql</em>. in the project <em>server:database:postgresql</em>.
Platform-specific RPM packages are available for PostgreSQL Platform-specific RPM packages are available for PostgreSQL
as well as a variety of related software. as well as a variety of related software.
Use the <a href="http://software.opensuse.org/search" target="_blank">search facility</a> Use the <a href="https://software.opensuse.org/search" target="_blank">search facility</a>
to find suitable packages. Documentation is also available there. to find suitable packages. Documentation is also available there.
</p> </p>

View File

@ -106,7 +106,7 @@ and procedural languages (Python, Perl, Java, and TCL).
<h2>Postgres.app</h2> <h2>Postgres.app</h2>
<p> <p>
<a href="http://postgresapp.com">Postgres.app</a> is a simple, native macOS app that runs in the menubar without the need of an installer. Open the app, and you have a PostgreSQL server <a href="https://postgresapp.com">Postgres.app</a> is a simple, native macOS app that runs in the menubar without the need of an installer. Open the app, and you have a PostgreSQL server
ready and awaiting new connections. Close the app, and the server shuts down. ready and awaiting new connections. Close the app, and the server shuts down.
</p> </p>
@ -114,13 +114,13 @@ ready and awaiting new connections. Close the app, and the server shuts down.
<p> <p>
PostgreSQL packages are available for macOS from the PostgreSQL packages are available for macOS from the
<a href="http://www.finkproject.org/">Fink Project</a>. <a href="https://www.finkproject.org/">Fink Project</a>.
Please see the Fink documentation for information on how to install packages. Please see the Fink documentation for information on how to install packages.
</p> </p>
<p> <p>
A list of A list of
<a href="http://pdb.finkproject.org/pdb/browse.php?summary=postgresql">PostgreSQL packages</a> <a href="https://pdb.finkproject.org/pdb/browse.php?summary=postgresql">PostgreSQL packages</a>
can be found using the package search tool on the Fink website. can be found using the package search tool on the Fink website.
</p> </p>
@ -128,13 +128,13 @@ can be found using the package search tool on the Fink website.
<p> <p>
PostgreSQL packages are also available for macOS from the PostgreSQL packages are also available for macOS from the
<a href="http://www.macports.org/">MacPorts Project</a>. Please see the <a href="https://www.macports.org/">MacPorts Project</a>. Please see the
MacPorts documentation for information on how to install ports. MacPorts documentation for information on how to install ports.
</p> </p>
<p> <p>
A list of A list of
<a href="http://www.macports.org/ports.php?by=name&substr=postgresql">PostgreSQL packages</a> <a href="https://www.macports.org/ports.php?by=name&substr=postgresql">PostgreSQL packages</a>
can be found using the portfiles search tool on the MacPorts website. can be found using the portfiles search tool on the MacPorts website.
</p> </p>
@ -142,7 +142,7 @@ can be found using the portfiles search tool on the MacPorts website.
<p> <p>
PostgreSQL can also be installed on macOS PostgreSQL can also be installed on macOS
using <a href="http://brew.sh">Homebrew</a>. Please see the Homebrew using <a href="https://brew.sh">Homebrew</a>. Please see the Homebrew
documentation for information on how to install packages. documentation for information on how to install packages.
</p> </p>

View File

@ -6,7 +6,7 @@
<h2>OpenBSD Ports</h2> <h2>OpenBSD Ports</h2>
<p>PostgreSQL packages are available for OpenBSD from the <a href="http://www.openbsd.org/faq/faq15.html" target="_blank">OpenBSD <p>PostgreSQL packages are available for OpenBSD from the <a href="https://www.openbsd.org/faq/faq15.html" target="_blank">OpenBSD
Ports and Packages Collection</a>. Please see the ports documentation for information on how Ports and Packages Collection</a>. Please see the ports documentation for information on how
to install ports.</p> to install ports.</p>

View File

@ -43,7 +43,7 @@ all bugfixes that are scheduled for the next release.
<h2>Installers</h2> <h2>Installers</h2>
<p> <p>
Installers for Windows and Mac are available <a Installers for Windows and Mac are available <a
href="http://www.enterprisedb.com/products-services-training/pgdevdownload"> href="https://www.enterprisedb.com/products-services-training/pgdevdownload">
here</a> (offsite link). These installers also include pgAdmin and are here</a> (offsite link). These installers also include pgAdmin and are
published by EDB. published by EDB.
</p> </p>
@ -51,7 +51,7 @@ published by EDB.
<h2>Red Hat, CentOS, Fedora and Scientific Linux</h2> <h2>Red Hat, CentOS, Fedora and Scientific Linux</h2>
<p> <p>
RPMs for Red Hat, CentOS, Fedora and Scientific Linux are available from the RPMs for Red Hat, CentOS, Fedora and Scientific Linux are available from the
<a href="http://yum.postgresql.org/">PostgreSQL Yum repository</a>. <a href="https://yum.postgresql.org/">PostgreSQL Yum repository</a>.
</p> </p>
<p> <p>
To setup the repository for these versions, follow the same instructions To setup the repository for these versions, follow the same instructions

View File

@ -15,7 +15,7 @@
<p>While this FAQ covers the 2013-04-04 PostgreSQL Security Update in general, <p>While this FAQ covers the 2013-04-04 PostgreSQL Security Update in general,
most of its contents focus on the primary security vulnerability patched in the most of its contents focus on the primary security vulnerability patched in the
release, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899"> release, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899">
CVE-2013-1899</a>.</p> CVE-2013-1899</a>.</p>
<h2>Are there any known exploits "in the wild" for this vulnerability?</h2> <h2>Are there any known exploits "in the wild" for this vulnerability?</h2>