mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Update more links to be https instead of http
This commit is contained in:
@ -8,9 +8,9 @@ free to be mirrored anywhere.
|
||||
|
||||
Technology
|
||||
----------
|
||||
The website code is written in `Python <http://www.python.org>`_ using
|
||||
the `Django <http://www.djangoproject.com/>`_ framework. Not surprisingly,
|
||||
`PostgreSQL <http://www.postgresql.org>`_ is used as the database. Further details
|
||||
The website code is written in `Python <https://www.python.org>`_ using
|
||||
the `Django <https://www.djangoproject.com/>`_ framework. Not surprisingly,
|
||||
`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
|
||||
docs directory.
|
||||
|
||||
@ -33,7 +33,7 @@ want to make any major changes, be sure to have discussed those on the list firs
|
||||
Licence
|
||||
-------
|
||||
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.
|
||||
|
||||
Django is released under its `BSD Licence <https://github.com/django/django/blob/master/LICENSE>`_.
|
||||
|
@ -29,7 +29,7 @@ function attach_showdown_preview(objid, admin) {
|
||||
|
||||
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.innerHTML = obj.infospan_html_base;
|
||||
|
@ -139,7 +139,7 @@ CSRF_COOKIE_SECURE = SESSION_COOKIE_SECURE
|
||||
CSRF_COOKIE_DOMAIN = SESSION_COOKIE_DOMAIN
|
||||
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
|
||||
YUM_JSON = "/usr/local/pgweb/external/yum.json"
|
||||
STATIC_CHECKOUT = "/usr/local/pgweb-static" # Location of a checked out pgweb-static project
|
||||
|
@ -41,7 +41,7 @@
|
||||
<div class="col-md-8">
|
||||
<h2>External Resources</h2>
|
||||
<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>
|
||||
<p>
|
||||
Please send appropriate links to <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a> for possible inclusion on this page.
|
||||
|
@ -5,7 +5,7 @@
|
||||
<h1>Donate <i class="far fa-money-bill-alt"></i></h1>
|
||||
|
||||
<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>
|
||||
<p><a class="btn btn-primary" href="/about/donate_pg_org/">Donate to PostgreSQL</a></p>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<h2>Donate by Credit Card / PayPal</h2>
|
||||
<p>
|
||||
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
|
||||
donation will be processed:
|
||||
</p>
|
||||
@ -33,7 +33,7 @@ United States<br />
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<h2>Infrastructure Donations</h2>
|
||||
|
@ -2,7 +2,7 @@
|
||||
{%block title%}License{%endblock%}
|
||||
{%block contents%}
|
||||
<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>
|
||||
|
||||
<p>
|
||||
|
@ -74,7 +74,7 @@
|
||||
recommended.</p>
|
||||
|
||||
<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
|
||||
posts with the "postgresql" label, the correct URLs to input to the Planet
|
||||
code are:</p>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<p>The PostgreSQL <a href="https://wiki.postgresql.org/wiki/Logo">elephant
|
||||
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
|
||||
way, you must comply with this policy.</p>
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
<td>Simplified Chinese PostgreSQL Community</td>
|
||||
</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>
|
||||
</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 češtině</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -39,7 +39,7 @@
|
||||
<td>La communaute Française de PostgreSQL</td>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -47,15 +47,15 @@
|
||||
<td>Comunità italiana di PostgreSQL </td>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -67,7 +67,7 @@
|
||||
<td>Сообщество русскоязычных пользователей PostgreSQL</td>
|
||||
</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>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<ul>
|
||||
<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="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="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>
|
||||
|
@ -100,7 +100,7 @@
|
||||
<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/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>
|
||||
For Buildfarm related discussions, use the <a href="mailto:buildfarm-members@lists.postgresql.org">buildfarm-members</a> mailing list.
|
||||
</p>
|
||||
|
@ -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_2011">2011</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="http://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/2008/postgres/about.html">2008</a>
|
||||
| <a href="https://code.google.com/soc/2008/postgres/about.html">2007</a>
|
||||
| <a href="https://code.google.com/soc/2006/pgsql/about.html">2006</a>)</p>
|
||||
|
||||
|
||||
<a id="faq" name="faq"></a>
|
||||
|
@ -223,7 +223,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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"
|
||||
alt="PostgreSQL - Architecture et notions avancées" /></a>
|
||||
</td>
|
||||
@ -238,7 +238,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://masteringpostgresql.com/"><img
|
||||
<a href="https://masteringpostgresql.com/"><img
|
||||
src="/media/img/docs/books/dim_mastering_postgresql.png"
|
||||
alt="Mastering PostgreSQL In Application Development" /></a>
|
||||
</td>
|
||||
@ -253,7 +253,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL: Up and Running, 3rd Edition<br />
|
||||
@ -331,7 +331,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Working with PostgreSQL: configuration and scaling<br />
|
||||
@ -361,7 +361,7 @@
|
||||
|
||||
<tr>
|
||||
<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"
|
||||
alt="PL/pgSQL y otros lenguajes procedurales en PostgreSQL" /></a>
|
||||
</td>
|
||||
@ -393,7 +393,7 @@
|
||||
|
||||
<tr>
|
||||
<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"
|
||||
alt="PostgreSQL - Architecture et notions avancées" /></a>
|
||||
</td>
|
||||
@ -537,7 +537,7 @@
|
||||
|
||||
<tr>
|
||||
<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"
|
||||
alt="PostgreSQL Up & Running (2nd Edition)" /></a>
|
||||
</td>
|
||||
@ -585,7 +585,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Postgres Succinctly<br />
|
||||
@ -599,7 +599,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL Replication<br />
|
||||
@ -613,7 +613,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL Backup and Restore How-to<br />
|
||||
@ -627,7 +627,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Instant PostgreSQL Starter<br />
|
||||
@ -641,7 +641,7 @@
|
||||
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL Server Programming<br />
|
||||
@ -654,7 +654,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL: Up and Running<br />
|
||||
@ -667,7 +667,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Bases de données PostgreSQL, Gestion des performances<br />
|
||||
@ -680,7 +680,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL Reference Manual - Volume 1-3<br />
|
||||
@ -746,7 +746,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br />
|
||||
@ -759,7 +759,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL<br />
|
||||
@ -772,7 +772,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL-Administration<br />
|
||||
@ -785,7 +785,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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 d’une base de données (2ème é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 d’une base de données (2ème édition)" /></a>
|
||||
</td>
|
||||
<td>
|
||||
<strong>Title</strong>: PostgreSQL - Administration et exploitation d’une base de données (2ème édition)<br />
|
||||
@ -798,7 +798,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL 8 For Windows<br />
|
||||
@ -811,7 +811,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Beginning PHP and PostgreSQL E-Commerce<br />
|
||||
@ -824,7 +824,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1590595475&tag=zillablog-20&camp=1789&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&path=ASIN/1590595475&tag=zillablog-20&camp=1789&creative=9325"><img src="/media/img/docs/books/1590595475.01._AA240_SCLZZZZZZZ_.jpg" alt="Cover of PHP and PostgreSQL 8" /></a>
|
||||
</td>
|
||||
<td>
|
||||
<strong>Title</strong>: Beginning PHP & PostgreSQL 8: From Novice to Professionnal<br />
|
||||
@ -850,7 +850,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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&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&s=books"><img src="/media/img/docs/books/0735712573.01.LZZZZZZZ.jpg" alt="Cover of PostgreSQL, 2nd Edition" /></a>
|
||||
</td>
|
||||
<td>
|
||||
<strong>Title</strong>: PostgreSQL, 2nd Edition<br />
|
||||
@ -863,7 +863,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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&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&s=books"><img src="/media/img/docs/books/1590594789.01.MZZZZZZZ.jpg" alt="Cover of Beginning Databases with PostgreSQL, 2nd Edition" /></a>
|
||||
</td>
|
||||
<td>
|
||||
<strong>Title</strong>: Beginning Databases with PostgreSQL, 2nd Edition<br />
|
||||
@ -876,7 +876,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL GE-PACKT <br />
|
||||
@ -889,7 +889,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL, m. CD-ROM <br />
|
||||
@ -902,7 +902,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL: Das offizielle Handbuch<br />
|
||||
@ -916,7 +916,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br />
|
||||
@ -929,7 +929,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PHP and PostgreSQL Advanced Web Programming<br />
|
||||
@ -942,7 +942,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Practical PostgreSQL (O'Reilly Unix)<br />
|
||||
@ -951,12 +951,12 @@
|
||||
<strong>Current version at publication</strong>: <7.4<br />
|
||||
<strong>Format</strong>: Paperback<br />
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Postgresql Developer's Handbook<br />
|
||||
@ -969,7 +969,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL<br />
|
||||
@ -982,7 +982,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL Essential Reference<br />
|
||||
@ -995,7 +995,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Beginning Databases with PostgreSQL<br />
|
||||
@ -1008,7 +1008,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: PostgreSQL: Introduction and Concepts<br />
|
||||
@ -1021,7 +1021,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<strong>Title</strong>: Postgresql Programmer's Guide<br />
|
||||
|
@ -14,13 +14,13 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://www.postgresqltutorial.com/">PostgreSQL Tutorial</a>
|
||||
<a href="https://www.postgresqltutorial.com/">PostgreSQL Tutorial</a>
|
||||
</td>
|
||||
<td>Learn PostgreSQL and how to get started quickly through practical examples.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>A full, free online course for walking through PostgreSQL, from the basics to advanced administration.</td>
|
||||
</tr>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://schemaverse.com/">Schemaverse</a>
|
||||
<a href="https://schemaverse.com/">Schemaverse</a>
|
||||
</td>
|
||||
<td>A space-based strategy game implemented entirely within a PostgreSQL database.</td>
|
||||
</tr>
|
||||
|
@ -124,7 +124,7 @@ tools such as HBase, Hive, Pig, DataFu, Flume, Sqoop and others.
|
||||
<p>
|
||||
'LAPP', 'MAPP' and 'WAPP' (Linux/Mac/Windows + Apache + PHP + PostgreSQL)
|
||||
stacks are available from
|
||||
<a href="http://bitnami.org/tag/postgresql">BitNami</a>.
|
||||
<a href="https://bitnami.com/tag/postgresql">BitNami</a>.
|
||||
</p>
|
||||
|
||||
<h2>Additional Software</h2>
|
||||
|
@ -6,11 +6,11 @@
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
{%endblock%}
|
||||
|
@ -112,10 +112,10 @@ version number as required):
|
||||
<h2>Debian backports</h2>
|
||||
<p>
|
||||
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
|
||||
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>
|
||||
Once backports is enabled, you can install PostgreSQL the same way as with
|
||||
|
@ -28,7 +28,7 @@ RPMs for SUSE Linux and openSUSE are available from the
|
||||
in the project <em>server:database:postgresql</em>.
|
||||
Platform-specific RPM packages are available for PostgreSQL
|
||||
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.
|
||||
</p>
|
||||
|
||||
|
@ -106,7 +106,7 @@ and procedural languages (Python, Perl, Java, and TCL).
|
||||
|
||||
<h2>Postgres.app</h2>
|
||||
<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.
|
||||
</p>
|
||||
|
||||
@ -114,13 +114,13 @@ ready and awaiting new connections. Close the app, and the server shuts down.
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
@ -128,13 +128,13 @@ can be found using the package search tool on the Fink website.
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
@ -142,7 +142,7 @@ can be found using the portfiles search tool on the MacPorts website.
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<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
|
||||
to install ports.</p>
|
||||
|
||||
|
@ -43,7 +43,7 @@ all bugfixes that are scheduled for the next release.
|
||||
<h2>Installers</h2>
|
||||
<p>
|
||||
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
|
||||
published by EDB.
|
||||
</p>
|
||||
@ -51,7 +51,7 @@ published by EDB.
|
||||
<h2>Red Hat, CentOS, Fedora and Scientific Linux</h2>
|
||||
<p>
|
||||
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>
|
||||
To setup the repository for these versions, follow the same instructions
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
<h2>Are there any known exploits "in the wild" for this vulnerability?</h2>
|
||||
|
Reference in New Issue
Block a user