Restructure "Books" page to use new styles.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 16 Apr 2018 03:33:02 +0000 (23:33 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 17 Apr 2018 17:43:12 +0000 (13:43 -0400)
As the books page is not dynamically generated, this is a rather
large diff, but the changes are fairly straightforward.

Author: Sarah Conway <sarah.conway@crunchydata.com>

templates/pages/docs/books.html

index 37cc31ebfc870963f18fe794097a1b19c5ab39c4..38f40881de6e441b2cdd1f22dab89bc751973625 100644 (file)
 {%extends "base/page.html"%}
 {%block title%}Books{%endblock%}
 {%block contents%}
-<h1>Books</h1>
+<h1>Books <i class="fas fa-book"></i></h1>
 
-<div class="tblBasic">
-<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
-<tr>
-        <th class="colFirst">Cover</th>
-        <th class="colLast">Information</th>
-</tr>
-
-<tr>
-        <td class="colFirst">
-            <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-postgresql-10"><img
-                        src="/media/img/docs/books/packt_mastering_postgresql_10.png"
-                        alt="Mastering PostgreSQL 10" /></a>
-        </td>
-        <td class="colLast">
-                 <b>Title</b>: Mastering PostgreSQL 10<br />
-                 <b>Author</b>: Hans-Jürgen Schönig<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 10.0<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: January 2018<br />
-        </td>
-</tr>
-
-<tr>
-        <td class="colFirst">
-            <a href="https://bigmachine.io/products/a-curious-moon"><img
-                        src="/media/img/docs/books/a_curious_moon.jpg"
-                        alt="A Curious Moon" /></a>
-        </td>
-        <td class="colLast">
-                 <b>Title</b>: A Curious Moon<br />
-                 <b>Author</b>: Rob Conery<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 10.0<br />
-                 <b>Format</b>: eBook<br />
-                 <b>Published</b>: December 2017<br />
-        </td>
-</tr>
-
-<tr>
-        <td class="colFirst">
-            <a href="http://masteringpostgresql.com/"><img
-                        src="/media/img/docs/books/dim_mastering_postgresql.png"
-                        alt="Mastering PostgreSQL In Application Development" /></a>
-        </td>
-        <td class="colLast">
-                 <b>Title</b>: Mastering PostgreSQL In Application Development<br />
-                 <b>Author</b>: Dimitri Fontaine<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 10.0<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: November 2017<br />
-        </td>
-</tr>
-
-<tr>
-        <td class="colFirst">
+<table class="table table-striped">
+  <thead class="thead-light">
+    <tr>
+      <th>Cover</th>
+      <th>Information</th>
+    </tr>
+  </thead>
+  <tbody>
+      <tr>
+        <td>
+          <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-postgresql-10"><img
+                      src="/media/img/docs/books/packt_mastering_postgresql_10.png"
+                      alt="Mastering PostgreSQL 10" /></a>
+        </td>
+        <td>
+          <strong>Title</strong>: Mastering PostgreSQL 10<br />
+          <strong>Author</strong>: Hans-Jürgen Schönig<br />
+          <strong>Language</strong>: English<br />
+          <strong>Current version at publication</strong>: 10.0<br />
+          <strong>Format</strong>: Paperback, eBook<br />
+          <strong>Published</strong>: January 2018
+        </td>
+      </tr>
+      <tr>
+        <td>
+          <a href="https://bigmachine.io/products/a-curious-moon"><img
+                      src="/media/img/docs/books/a_curious_moon.jpg"
+                      alt="A Curious Moon" /></a>
+        </td>
+        <td>
+          <strong>Title</strong>: A Curious Moon<br />
+          <strong>Author</strong>: Rob Conery<br />
+          <strong>Language</strong>: English<br />
+          <strong>Current version at publication</strong>: 10.0<br />
+          <strong>Format</strong>: eBook<br />
+          <strong>Published</strong>: December 2017
+        </td>
+      </tr>
+      <tr>
+        <td>
             <a href="http://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>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL - Architecture et notions avancées<br />
-                 <b>Authors</b>: Guillaume Lelarge and Julien Rouhaud<br />
-                 <b>Language</b>: French<br />
-                 <b>Current version at publication</b>: 10<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: December 2017<br />
+        <td>
+           <strong>Title</strong>: PostgreSQL - Architecture et notions avancées<br />
+           <strong>Authors</strong>: Guillaume Lelarge and Julien Rouhaud<br />
+           <strong>Language</strong>: French<br />
+           <strong>Current version at publication</strong>: 10<br />
+           <strong>Format</strong>: Paperback, eBook<br />
+           <strong>Published</strong>: December 2017
+        </td>
+      </tr>
+      <tr>
+          <td>
+            <a href="http://masteringpostgresql.com/"><img
+                        src="/media/img/docs/books/dim_mastering_postgresql.png"
+                        alt="Mastering PostgreSQL In Application Development" /></a>
         </td>
-</tr>
-
-<tr>
-        <td class="colFirst">
+        <td>
+           <strong>Title</strong>: Mastering PostgreSQL In Application Development<br />
+           <strong>Author</strong>: Dimitri Fontaine<br />
+           <strong>Language</strong>: English<br />
+           <strong>Current version at publication</strong>: 10.0<br />
+           <strong>Format</strong>: Paperback, eBook<br />
+           <strong>Published</strong>: November 2017
+        </td>
+    </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>
         </td>
-        <td class="colLast">
-          <b>Title</b>: PostgreSQL: Up and Running, 3rd Edition<br />
-          <b>Author</b>: Regina Obe and Leo Hsu<br />
-          <b>Language</b>: English<br />
-          <b>Current version at publication</b>: 10<br />
-          <b>Format</b>: Paperback, eBook<br />
-          <b>Published</b>: October 2017<br />
+        <td>
+          <strong>Title</strong>: PostgreSQL: Up and Running, 3rd Edition<br />
+          <strong>Author</strong>: Regina Obe and Leo Hsu<br />
+          <strong>Language</strong>: English<br />
+          <strong>Current version at publication</strong>: 10<br />
+          <strong>Format</strong>: Paperback, eBook<br />
+          <strong>Published</strong>: October 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-high-performance-second-edition"><img
                         src="/media/img/docs/books/packt_pg96_high_performance.png"
                         alt="PostgreSQL 9.6 High Performance" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL 9.6 High Performance<br />
-                 <b>Author</b>: Ibrar Ahmed, Gregory Smith<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: May 2017<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL 9.6 High Performance<br />
+                 <strong>Author</strong>: Ibrar Ahmed, Gregory Smith<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: May 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-postgresql-96"><img
                         src="/media/img/docs/books/packt_mastering_pg96.png"
                         alt="Mastering PostgreSQL 9.6" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: Mastering PostgreSQL 9.6<br />
-                 <b>Author</b>: Hans-Jürgen Schönig<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: May 2017<br />
+        <td>
+                 <strong>Title</strong>: Mastering PostgreSQL 9.6<br />
+                 <strong>Author</strong>: Hans-Jürgen Schönig<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: May 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-administration-cookbook-9596-edition"><img
                         src="/media/img/docs/books/packt_postgresql_admin_cookbook_9596edition.png"
                         alt="PostgreSQL Administration Cookbook - 9.5/9.6 Edition" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Administration Cookbook - 9.5/9.6 Edition<br />
-                 <b>Author</b>: Simon Riggs, Gianni Ciolli, Gabriele Bartolini<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: April 2017<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Administration Cookbook - 9.5/9.6 Edition<br />
+                 <strong>Author</strong>: Simon Riggs, Gianni Ciolli, Gabriele Bartolini<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: April 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-high-performance-cookbook"><img
                         src="/media/img/docs/books/packt_postgresql_high_performance_cookbook.png"
                         alt="PostgreSQL High Performance Cookbook" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL High Performance Cookbook<br />
-                 <b>Author</b>: Chitij Chauhan, Dinesh Kumar<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: March 2017<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL High Performance Cookbook<br />
+                 <strong>Author</strong>: Chitij Chauhan, Dinesh Kumar<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: March 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <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>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: Working with PostgreSQL: configuration and scaling<br />
-                 <b>Author</b>: Alexey Vasyliev<br />
-                 <b>Language</b>: Russian<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: eBook<br />
-                 <b>Published</b>: March 2017<br />
+        <td>
+                 <strong>Title</strong>: Working with PostgreSQL: configuration and scaling<br />
+                 <strong>Author</strong>: Alexey Vasyliev<br />
+                 <strong>Language</strong>: Russian<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: eBook<br />
+                 <strong>Published</strong>: March 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-high-availability-cookbook-second-edition"><img
                         src="/media/img/docs/books/packt_ha_cookbook_2ed.png"
                         alt="PostgreSQL High Availability Cookbook Second Edition" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL High Availability Cookbook Second Edition<br />
-                 <b>Author</b>: Shaun M. Thomas<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: February 2017<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL High Availability Cookbook Second Edition<br />
+                 <strong>Author</strong>: Shaun M. Thomas<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: February 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <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
                         src="/media/img/docs/books/plpgsql_y_otros_lenguajes.jpg"
                         alt="PL/pgSQL y otros lenguajes procedurales en PostgreSQL" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PL/pgSQL y otros lenguajes procedurales en PostgreSQL<br />
-                 <b>Author</b>: Anthony R. Sotolongo León, Yudisney Vazquez Ortiz<br />
-                 <b>Language</b>: Spanish<br />
-                 <b>Current version at publication</b>: 9.6<br />
-                 <b>Format</b>: eBook<br />
-                 <b>Published</b>: January 2017<br />
+        <td>
+                 <strong>Title</strong>: PL/pgSQL y otros lenguajes procedurales en PostgreSQL<br />
+                 <strong>Author</strong>: Anthony R. Sotolongo León, Yudisney Vazquez Ortiz<br />
+                 <strong>Language</strong>: Spanish<br />
+                 <strong>Current version at publication</strong>: 9.6<br />
+                 <strong>Format</strong>: eBook<br />
+                 <strong>Published</strong>: January 2017
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-development-essentials"><img
                         src="/media/img/docs/books/packt_postgresql_development_essentials.png"
                         alt="PostgreSQL Development Essentials" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Development Essentials<br />
-                 <b>Author</b>: Manpreet Kaur, Baji Shaik<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.5<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: September 2016<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Development Essentials<br />
+                 <strong>Author</strong>: Manpreet Kaur, Baji Shaik<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.5<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: September 2016
+        </td>
+    </tr>
+
+    <tr>
+        <td>
+            <a href="http://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>
+        <td>
+                 <strong>Title</strong>: PostgreSQL - Architecture et notions avancées<br />
+                 <strong>Author</strong>: Guillaume Lelarge<br />
+                 <strong>Language</strong>: French<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: December 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/learning-postgresql"><img
                         src="/media/img/docs/books/packt_learning_postgresql.png"
                         alt="Learning PostgreSQL" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: Learning PostgreSQL<br />
-                 <b>Author</b>: Salahaldin Juba, Achim Vannahme, Andrey Volkov<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: November 2015<br />
+        <td>
+                 <strong>Title</strong>: Learning PostgreSQL<br />
+                 <strong>Author</strong>: Salahaldin Juba, Achim Vannahme, Andrey Volkov<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: November 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-replication-second-edition"><img
                         src="/media/img/docs/books/packt_postgresql_replication_2nd.png"
                         alt="PostgreSQL Replication - 2nd Edition" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Replication - 2nd Edition<br />
-                 <b>Author</b>: Hans-Jürgen Schönig<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: July 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Replication - 2nd Edition<br />
+                 <strong>Author</strong>: Hans-Jürgen Schönig<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: July 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-9-administration-cookbook-second-edition/?utm_source=PoD&utm_medium=referral&utm_campaign=1849519064"><img
                         src="/media/img/docs/books/packt_postgresql_9_admin_cookbook.png"
                         alt="PostgreSQL 9 Administration Cookbook - Second Edition" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL 9 Administration Cookbook - Second Edition<br />
-                 <b>Author</b>: Gabriele Bartolini, Gianni Ciolli, Simon Riggs, Hannu Krosing<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: April 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL 9 Administration Cookbook - Second Edition<br />
+                 <strong>Author</strong>: Gabriele Bartolini, Gianni Ciolli, Simon Riggs, Hannu Krosing<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: April 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-data-architects/?utm_source=PoD&utm_medium=referral&utm_campaign=1783288604"><img
                         src="/media/img/docs/books/packt_for_data_architects.png"
                         alt="PostgreSQL for Data Architects" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL for Data Architects<br />
-                 <b>Author</b>: Jayadevan Maymala<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: March 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL for Data Architects<br />
+                 <strong>Author</strong>: Jayadevan Maymala<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: March 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/troubleshooting-postgresql/?utm_source=PoD&utm_medium=referral&utm_campaign=1783555319"><img
                         src="/media/img/docs/books/packt_troubleshooting_postgresql.png"
                         alt="Troubleshooting PostgreSQL" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: Troubleshooting PostgreSQL<br />
-                 <b>Author</b>: Hans-Jürgen Schönig<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: March 2015<br />
+        <td>
+                 <strong>Title</strong>: Troubleshooting PostgreSQL<br />
+                 <strong>Author</strong>: Hans-Jürgen Schönig<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: March 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-developers-guide/?utm_source=PoD&utm_medium=referral&utm_campaign=1783989025"><img
                         src="/media/img/docs/books/packt_developers_guide.png"
                         alt="PostgreSQL Developer's Guide" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Developer's Guide<br />
-                 <b>Author</b>: Ibrar Ahmed, Asif Fayyaz, Amjad Shahzad<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: February 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Developer's Guide<br />
+                 <strong>Author</strong>: Ibrar Ahmed, Asif Fayyaz, Amjad Shahzad<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: February 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-server-programming-second-edition/?utm_source=PoD&utm_medium=referral&utm_campaign=1783980583"><img
                         src="/media/img/docs/books/packt_server_programming.png"
                         alt="PostgreSQL Server Programming - Second Edition" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Server Programming - Second Edition<br />
-                 <b>Author</b>: Usama Dar, Hannu Krosing, Jim Mlodgenski, Kirk Roybal<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: February 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Server Programming - Second Edition<br />
+                 <strong>Author</strong>: Usama Dar, Hannu Krosing, Jim Mlodgenski, Kirk Roybal<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: February 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-cookbook/?utm_source=PoD&utm_medium=referral&utm_campaign=1783555335"><img
                         src="/media/img/docs/books/packt_postgresql_cookbook.png"
                         alt="PostgreSQL Cookbook" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Cookbook<br />
-                 <b>Author</b>: Chitij Chauhan<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.3<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: January 2015<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Cookbook<br />
+                 <strong>Author</strong>: Chitij Chauhan<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.3<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: January 2015
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="http://shop.oreilly.com/product/0636920032144.do"><img
                         src="/media/img/docs/books/postgres_up_and_running.gif"
                         alt="PostgreSQL Up &amp; Running (2nd Edition)" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Up &amp; Running (2nd Edition)<br />
-                 <b>Author</b>: Regina Obe and Leo Hsu<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.4<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: December 2014<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Up &amp; Running (2nd Edition)<br />
+                 <strong>Author</strong>: Regina Obe and Leo Hsu<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.4<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: December 2014
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-administration-essentials/?utm_source=PoD&utm_medium=referral&utm_campaign=1783988983"><img
                         src="/media/img/docs/books/packt_administration_essentials.png"
                         alt="PostgreSQL Administration Essentials" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL Administration Essentials<br />
-                 <b>Author</b>: Hans-Jürgen Schönig<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.3<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: October 2014<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL Administration Essentials<br />
+                 <strong>Author</strong>: Hans-Jürgen Schönig<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.3<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: October 2014
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
+    <tr>
+        <td>
             <a href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-9-high-availability-cookbook/?utm_source=PoD&utm_medium=referral&utm_campaign=1849516960"><img
                         src="/media/img/docs/books/packt_postgresql_9_ha_cookbook.png"
                         alt="PostgreSQL 9 High Availability Cookbook" /></a>
         </td>
-        <td class="colLast">
-                 <b>Title</b>: PostgreSQL 9 High Availability Cookbook<br />
-                 <b>Author</b>: Shaun M. Thomas<br />
-                 <b>Language</b>: English<br />
-                 <b>Current version at publication</b>: 9.3<br />
-                 <b>Format</b>: Paperback, eBook<br />
-                 <b>Published</b>: July 2014<br />
+        <td>
+                 <strong>Title</strong>: PostgreSQL 9 High Availability Cookbook<br />
+                 <strong>Author</strong>: Shaun M. Thomas<br />
+                 <strong>Language</strong>: English<br />
+                 <strong>Current version at publication</strong>: 9.3<br />
+                 <strong>Format</strong>: Paperback, eBook<br />
+                 <strong>Published</strong>: July 2014
         </td>
-</tr>
+    </tr>
 
-<tr>
-        <td class="colFirst">
-            <a href="http://www.syncfusion.com/resources/techportal/ebooks/postgres"><img src="/media/img/docs/books/postgres-succinctly.png" alt="Postgres Succinctly" /></a>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: Postgres Succinctly<br />
-                <b>Author</b>: Peter Shaw<br />
-                <b>Language</b>: English<br />
-                <b>Current version at publication</b>: 9.3<br />
-                <b>Format</b>: eBook<br />
-                <b>Published</b>: January 2014<br />
-        </td>
-</tr>
+    <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>
+            </td>
+            <td>
+                    <strong>Title</strong>: Postgres Succinctly<br />
+                    <strong>Author</strong>: Peter Shaw<br />
+                    <strong>Language</strong>: English<br />
+                    <strong>Current version at publication</strong>: 9.3<br />
+                    <strong>Format</strong>: eBook<br />
+                    <strong>Published</strong>: January 2014
+            </td>
+    </tr>
 
-<tr>
-        <td class="colFirst">
-            <a href="http://www.packtpub.com/postgresql-replication/book"><img src="/media/img/docs/books/pg-replication-packt.jpg" alt="PostgreSQL Replication" /></a>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: PostgreSQL Replication<br />
-                <b>Author</b>: Zoltan Böszörmenyi, Hans-Jürgen Schönig<br />
-                <b>Language</b>: English<br />
-                <b>Current version at publication</b>: 9.2<br />
-                <b>Format</b>: Paperback, eBook<br />
-                <b>Published</b>: March 2013<br />
-        </td>
-</tr>
+    <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>
+            </td>
+            <td>
+                    <strong>Title</strong>: PostgreSQL Replication<br />
+                    <strong>Author</strong>: Zoltan Böszörmenyi, Hans-Jürgen Schönig<br />
+                    <strong>Language</strong>: English<br />
+                    <strong>Current version at publication</strong>: 9.2<br />
+                    <strong>Format</strong>: Paperback, eBook<br />
+                    <strong>Published</strong>: March 2013
+            </td>
+    </tr>
 
-<tr>
-        <td class="colFirst">
-            <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>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: PostgreSQL Backup and Restore How-to<br />
-                <b>Author</b>: Shaun M. Thomas<br />
-                <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.2<br />
-                <b>Format</b>: eBook<br />
-                <b>Published</b>: March 2013<br />
-        </td>
-</tr>
+    <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>
+            </td>
+            <td>
+                    <strong>Title</strong>: PostgreSQL Backup and Restore How-to<br />
+                    <strong>Author</strong>: Shaun M. Thomas<br />
+                    <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.2<br />
+                    <strong>Format</strong>: eBook<br />
+                    <strong>Published</strong>: March 2013
+            </td>
+    </tr>
 
-<tr>
-        <td class="colFirst">
-            <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>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: Instant PostgreSQL Starter<br />
-                <b>Author</b>: Daniel K. Lyons<br />
-                <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.2<br />
-                <b>Format</b>: eBook<br />
-                <b>Published</b>: March 2013<br />
-        </td>
-</tr>
+    <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>
+            </td>
+            <td>
+                    <strong>Title</strong>: Instant PostgreSQL Starter<br />
+                    <strong>Author</strong>: Daniel K. Lyons<br />
+                    <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.2<br />
+                    <strong>Format</strong>: eBook<br />
+                    <strong>Published</strong>: March 2013
+            </td>
+    </tr>
 
-<tr>
-        <td class="colFirst">
-            <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>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: PostgreSQL Server Programming<br />
-                <b>Author</b>: Hannu Krosing, Kirk Roybal<br />
-                <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.2<br />
-                <b>Format</b>: Paperback, eBook<br />
-                <b>Published</b>: January 2013<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-            <a href="http://shop.oreilly.com/product/0636920025061.do"><img src="/media/img/docs/books/51gStZeVDL._AA160_.jpg" alt="PostgreSQL: Up and Running" /></a>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL: Up and Running<br />
-               <b>Author</b>: Regina Obe, Leo Hsu<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.2<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: July 2012<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-            <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>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: Bases de données PostgreSQL, Gestion des performances<br />
-               <b>Author</b>: Gregory Smith<br />
-               <b>Language</b>: French<br />
-        <b>Current version at publication</b>: 9.0<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: May 2011<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-                <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>
-                </td>
-        <td class="colLast">
-                <b>Title</b>: PostgreSQL Reference Manual - Volume 1-3<br />
-                <b>Author</b>: The PostgreSQL Global Development Group<br />
-                <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.0<br />
-                <b>Format</b>: Paperback<br />
-                <b>Published</b>: November 2010<br />
-        <em>This is the official reference documentation for the PostgreSQL RDBMS, in printed format.</em>
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-            <a href="https://2ndquadrant.com/books/postgresql-9-0-high-performance/"><img src="/media/img/docs/books/0301OS_MockupCover.jpg" alt="PostgreSQL 9.0 High Performance" /></a>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL 9.0 High Performance<br />
-               <b>Author</b>: Gregory Smith<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.0<br />
-               <b>Format</b>: PDF, Paperback<br />
-               <b>Published</b>: October 2010<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <a href="https://2ndquadrant.com/books/postgresql-9-admin-cookbook/"><img src="/media/img/docs/books/0288OS_MockupCover_Cookbook.jpg" alt="PostgreSQL 9 Administration Cookbook" /></a>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL 9 Administration Cookbook<br />
-               <b>Author</b>: Simon Riggs and Hannu Krosing<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 9.0<br />
-               <b>Format</b>: PDF, Paperback<br />
-               <b>Published</b>: October 2010<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <a href="http://www.digitbooks.fr/catalogue/9782815001984.html"><img src="/media/img/docs/books/9782815001984.jpg" alt="Utiliser PostgreSQL" /></a>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: Utiliser PostgreSQL<br />
-               <b>Author</b>: Dominique Colombani<br />
-               <b>Language</b>: French<br />
-        <b>Current version at publication</b>: 8.4<br />
-               <b>Format</b>: PDF<br />
-               <b>Published</b>: April 2010<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <a href="http://www.digitbooks.fr/catalogue/9782815001809.html"><img src="/media/img/docs/books/9782815001809.png" alt="Installer et débuter avec PostgreSQL" /></a>
-        </td>
-        <td class="colLast">
-               <b>Title</b>: Installer et débuter avec PostgreSQL<br />
-               <b>Author</b>: Dominique Colombani<br />
-               <b>Language</b>: French<br />
-        <b>Current version at publication</b>: 8.4<br />
-               <b>Format</b>: PDF<br />
-               <b>Published</b>: September 2009<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br />
-               <b>Author</b>: Andreas Scherbaum<br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: 8.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: August 2009<br />
-       </td>
-</tr>
-<tr>
-       <td class="colFirst">
-               <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>
-        </td>
-        <td class="colLast">
-                <b>Title</b>: PostgreSQL<br />
-                <b>Author</b>: François-Marie Colonna<br />
-                <b>Language</b>: French<br />
-        <b>Current version at publication</b>: 8.3<br />
-               <b>Format</b>: Paperback<br />
-                <b>Published</b>: November 2008<br />
-        </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL-Administration<br />
-               <b>Author</b>: Peter Eisentraut, Bernd Helmle<br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: 8.3<br />
-               <b>Format</b>: Hardback<br />
-               <b>Published</b>: October 2008<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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&eacute;es (2&egrave;me &eacute;dition)" /></a>
-               </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL - Administration et exploitation d’une base de donn&eacute;es (2&egrave;me &eacute;dition)<br />
-               <b>Author</b>: S&eacute;bastien LARDIERE<br />
-               <b>Language</b>: French<br />
-        <b>Current version at publication</b>: 8.2<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: October 2007<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL 8 For Windows<br />
-               <b>Author</b>: Richard Blum<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 8.2<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: March 2007<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Beginning PHP and PostgreSQL E-Commerce<br />
-               <b>Author</b>: Cristian Darie, Emilian Balanescu, Mihai Bucica<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 8.1<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: December 2006<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Beginning PHP &amp; PostgreSQL 8: From Novice to Professionnal<br />
-               <b>Author</b>: W. Jason Gilmore, Robert H. Treat<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 8.1<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: March 2006<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <a href="http://www.students.itu.edu.tr/~yazicivo/doc/postgresql-ile-programlama.html"><img src="/media/img/docs/books/kitap_kapak.jpg" alt="Cover of PostgreSQL ile Programlama" /></a>
-               </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL ile Programlama<br />
-               <b>Author</b>: Volkan YAZICI<br />
-               <b>Language</b>: Turkish<br />
-        <b>Current version at publication</b>: 8.1<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: February 2006<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL, 2nd Edition<br />
-               <b>Author</b>: Korry Douglas, Susan Douglas<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 8.0<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: July 2005<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Beginning Databases with PostgreSQL, 2nd Edition<br />
-               <b>Author</b>: Neil Matthew, Richard Stone<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: 8.0<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: April 2005<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL GE-PACKT <br />
-               <b>Author</b>: Peter Eisentraut <br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: 8.0<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: January 2005<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL, m. CD-ROM <br />
-               <b>Author</b>: Paul Weinstabl <br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: 7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: November 2004<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL: Das offizielle Handbuch<br />
-               <b>Author</b>: Peter Eisentraut<br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: August 2003<br />
-               <a href="/docs/books/pghandbuch.html.de">Available online</a> (auf Deutsch/in German)<br />
-       </td>
-</tr>
-<tr class="lastrow">
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br />
-               <b>Author</b>: Cornelia Boenigk<br />
-               <b>Language</b>: German<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: September 2002<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PHP and PostgreSQL Advanced Web Programming<br />
-               <b>Author</b>: Ewald Geschwinde and Hans-Juergen Schoenig<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: June 2002<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Practical PostgreSQL (O'Reilly Unix)<br />
-               <b>Author</b>: Command Prompt Inc (Editor), et al<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: January 2002<br />
-               <a href="http://www.commandprompt.com/ppbook/">Available online</a><br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Postgresql Developer's Handbook<br />
-               <b>Author</b>: Ewald Geschwinde, et al<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: December 2001<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL<br />
-               <b>Author</b>: Jeff Perkins<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: October 2001<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL Essential Reference<br />
-               <b>Author</b>: Barry Stinson<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: October 2001<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Beginning Databases with PostgreSQL<br />
-               <b>Author</b>: Richard Stones, Neil Matthew<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: September 2001<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-               </td>
-        <td class="colLast">
-               <b>Title</b>: PostgreSQL: Introduction and Concepts<br />
-               <b>Author</b>: Bruce Momjian<br />
-               <b>Language</b>: English<br />
-        <b>Current version at publication</b>: &lt;7.4<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: December 2000<br />
-       </td>
-</tr>
-<tr>
-        <td class="colFirst">
-               <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>
-       </td>
-        <td class="colLast">
-               <b>Title</b>: Postgresql Programmer's Guide<br />
-               <b>Author</b>: Thomas Lockhart (Editor)<br />
-               <b>Language</b>: English<br />
-                <b>Current version at publication</b>: 7.0<br />
-               <b>Format</b>: Paperback<br />
-               <b>Published</b>: December 2000<br />
-       </td>
-</tr>
+    <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>
+            </td>
+            <td>
+                    <strong>Title</strong>: PostgreSQL Server Programming<br />
+                    <strong>Author</strong>: Hannu Krosing, Kirk Roybal<br />
+                    <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.2<br />
+                    <strong>Format</strong>: Paperback, eBook<br />
+                    <strong>Published</strong>: January 2013
+            </td>
+    </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>
+            </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL: Up and Running<br />
+               <strong>Author</strong>: Regina Obe, Leo Hsu<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.2<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: July 2012
+            </td>
+    </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>
+            </td>
+            <td>
+               <strong>Title</strong>: Bases de données PostgreSQL, Gestion des performances<br />
+               <strong>Author</strong>: Gregory Smith<br />
+               <strong>Language</strong>: French<br />
+            <strong>Current version at publication</strong>: 9.0<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: May 2011
+            </td>
+    </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>
+                    </td>
+            <td>
+                    <strong>Title</strong>: PostgreSQL Reference Manual - Volume 1-3<br />
+                    <strong>Author</strong>: The PostgreSQL Global Development Group<br />
+                    <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.0<br />
+                    <strong>Format</strong>: Paperback<br />
+                    <strong>Published</strong>: November 2010
+            <em>This is the official reference documentation for the PostgreSQL RDBMS, in printed format.</em>
+            </td>
+    </tr>
+    <tr>
+            <td>
+                <a href="https://2ndquadrant.com/books/postgresql-9-0-high-performance/"><img src="/media/img/docs/books/0301OS_MockupCover.jpg" alt="PostgreSQL 9.0 High Performance" /></a>
+            </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL 9.0 High Performance<br />
+               <strong>Author</strong>: Gregory Smith<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.0<br />
+               <strong>Format</strong>: PDF, Paperback<br />
+               <strong>Published</strong>: October 2010
+            </td>
+    </tr>
+    <tr>
+            <td>
+               <a href="https://2ndquadrant.com/books/postgresql-9-admin-cookbook/"><img src="/media/img/docs/books/0288OS_MockupCover_Cookbook.jpg" alt="PostgreSQL 9 Administration Cookbook" /></a>
+            </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL 9 Administration Cookbook<br />
+               <strong>Author</strong>: Simon Riggs and Hannu Krosing<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 9.0<br />
+               <strong>Format</strong>: PDF, Paperback<br />
+               <strong>Published</strong>: October 2010
+            </td>
+    </tr>
+    <tr>
+            <td>
+               <a href="http://www.digitbooks.fr/catalogue/9782815001984.html"><img src="/media/img/docs/books/9782815001984.jpg" alt="Utiliser PostgreSQL" /></a>
+            </td>
+            <td>
+               <strong>Title</strong>: Utiliser PostgreSQL<br />
+               <strong>Author</strong>: Dominique Colombani<br />
+               <strong>Language</strong>: French<br />
+            <strong>Current version at publication</strong>: 8.4<br />
+               <strong>Format</strong>: PDF<br />
+               <strong>Published</strong>: April 2010
+            </td>
+    </tr>
+    <tr>
+            <td>
+               <a href="http://www.digitbooks.fr/catalogue/9782815001809.html"><img src="/media/img/docs/books/9782815001809.png" alt="Installer et débuter avec PostgreSQL" /></a>
+            </td>
+            <td>
+               <strong>Title</strong>: Installer et débuter avec PostgreSQL<br />
+               <strong>Author</strong>: Dominique Colombani<br />
+               <strong>Language</strong>: French<br />
+            <strong>Current version at publication</strong>: 8.4<br />
+               <strong>Format</strong>: PDF<br />
+               <strong>Published</strong>: September 2009
+            </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL. Datenbankpraxis für Anwender, Administratoren und Entwickler (Broschiert)<br />
+               <strong>Author</strong>: Andreas Scherbaum<br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: 8.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: August 2009
+       </td>
+    </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>
+            </td>
+            <td>
+                    <strong>Title</strong>: PostgreSQL<br />
+                    <strong>Author</strong>: François-Marie Colonna<br />
+                    <strong>Language</strong>: French<br />
+            <strong>Current version at publication</strong>: 8.3<br />
+               <strong>Format</strong>: Paperback<br />
+                    <strong>Published</strong>: November 2008
+            </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL-Administration<br />
+               <strong>Author</strong>: Peter Eisentraut, Bernd Helmle<br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: 8.3<br />
+               <strong>Format</strong>: Hardback<br />
+               <strong>Published</strong>: October 2008
+       </td>
+    </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&eacute;es (2&egrave;me &eacute;dition)" /></a>
+               </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL - Administration et exploitation d’une base de donn&eacute;es (2&egrave;me &eacute;dition)<br />
+               <strong>Author</strong>: S&eacute;bastien LARDIERE<br />
+               <strong>Language</strong>: French<br />
+            <strong>Current version at publication</strong>: 8.2<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: October 2007
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL 8 For Windows<br />
+               <strong>Author</strong>: Richard Blum<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 8.2<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: March 2007
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: Beginning PHP and PostgreSQL E-Commerce<br />
+               <strong>Author</strong>: Cristian Darie, Emilian Balanescu, Mihai Bucica<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 8.1<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: December 2006
+       </td>
+    </tr>
+    <tr>
+            <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>
+       </td>
+            <td>
+               <strong>Title</strong>: Beginning PHP &amp; PostgreSQL 8: From Novice to Professionnal<br />
+               <strong>Author</strong>: W. Jason Gilmore, Robert H. Treat<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 8.1<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: March 2006
+       </td>
+    </tr>
+    <tr>
+            <td>
+               <a href="http://www.students.itu.edu.tr/~yazicivo/doc/postgresql-ile-programlama.html"><img src="/media/img/docs/books/kitap_kapak.jpg" alt="Cover of PostgreSQL ile Programlama" /></a>
+               </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL ile Programlama<br />
+               <strong>Author</strong>: Volkan YAZICI<br />
+               <strong>Language</strong>: Turkish<br />
+            <strong>Current version at publication</strong>: 8.1<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: February 2006
+       </td>
+    </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&amp;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 />
+               <strong>Author</strong>: Korry Douglas, Susan Douglas<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 8.0<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: July 2005
+       </td>
+    </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&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>
+               <strong>Title</strong>: Beginning Databases with PostgreSQL, 2nd Edition<br />
+               <strong>Author</strong>: Neil Matthew, Richard Stone<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: 8.0<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: April 2005
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL GE-PACKT <br />
+               <strong>Author</strong>: Peter Eisentraut <br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: 8.0<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: January 2005
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL, m. CD-ROM <br />
+               <strong>Author</strong>: Paul Weinstabl <br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: 7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: November 2004
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL: Das offizielle Handbuch<br />
+               <strong>Author</strong>: Peter Eisentraut<br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: August 2003
+               <a href="/docs/books/pghandbuch.html.de">Available online</a> (auf Deutsch/in German)<br />
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL. Grundlagen - Praxis - Anwendungsentwicklung mit PHP.<br />
+               <strong>Author</strong>: Cornelia Boenigk<br />
+               <strong>Language</strong>: German<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: September 2002
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PHP and PostgreSQL Advanced Web Programming<br />
+               <strong>Author</strong>: Ewald Geschwinde and Hans-Juergen Schoenig<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: June 2002
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: Practical PostgreSQL (O'Reilly Unix)<br />
+               <strong>Author</strong>: Command Prompt Inc (Editor), et al<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: January 2002
+               <a href="http://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>
+       </td>
+            <td>
+               <strong>Title</strong>: Postgresql Developer's Handbook<br />
+               <strong>Author</strong>: Ewald Geschwinde, et al<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: December 2001
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL<br />
+               <strong>Author</strong>: Jeff Perkins<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: October 2001
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL Essential Reference<br />
+               <strong>Author</strong>: Barry Stinson<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: October 2001
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: Beginning Databases with PostgreSQL<br />
+               <strong>Author</strong>: Richard Stones, Neil Matthew<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: September 2001
+       </td>
+    </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>
+               </td>
+            <td>
+               <strong>Title</strong>: PostgreSQL: Introduction and Concepts<br />
+               <strong>Author</strong>: Bruce Momjian<br />
+               <strong>Language</strong>: English<br />
+            <strong>Current version at publication</strong>: &lt;7.4<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: December 2000
+       </td>
+    </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>
+       </td>
+            <td>
+               <strong>Title</strong>: Postgresql Programmer's Guide<br />
+               <strong>Author</strong>: Thomas Lockhart (Editor)<br />
+               <strong>Language</strong>: English<br />
+                    <strong>Current version at publication</strong>: 7.0<br />
+               <strong>Format</strong>: Paperback<br />
+               <strong>Published</strong>: December 2000
+       </td>
+    </tr>
+  </tbody>
 </table>
-</div>
 {%endblock%}