Delete "Presentations" section from the Coding page.
authorSarah Conway <sarah.conway@crunchydata.com>
Wed, 27 Jun 2018 01:25:53 +0000 (18:25 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Wed, 27 Jun 2018 03:36:12 +0000 (20:36 -0700)
Removing the Presentations section until a more modern selection of slides
becomes available.

templates/pages/developer/coding.html

index 8de687056283e433dbbb6ec75793cfd2d765e59b..b5819955c301850982b0830e48a9704e972a48a4 100644 (file)
     <li><a href="https://wiki.postgresql.org/wiki/Developer_FAQ">Frequently Asked Questions for Developers</a></li>
 </ul>
 
-<h2>Presentations</h2>
-<ul>
-       <li><a href="/files/developer/transactions.pdf">Transaction Processing in PostgreSQL</a> (From OSDN Oct 2000)</li>
-       <li><a href="/files/developer/tour.pdf">A Tour of PostgreSQL Internals</a> (From OSDN Oct 2000)</li>
-       <li><a href="/files/developer/history.pdf">History of PostgreSQL Open-Source Development</a> (From OSDN Oct 2000)</li>
-       <li><a href="/files/developer/internalpics.pdf">Database Internals Presentation</a> (From 2001)</li>
-       <li><a href="/files/developer/concurrency.pdf">PostgreSQL Concurrency Issues</a> (From OSCON 2002)</li>
-       <li><a href="/files/developer/optimizer.pdf">Recent PostgreSQL Optimizer Improvements (in 7.4)</a> (From OSCON 2003)</li>
-</ul>
 {%endblock%}