Skip to content

Commit 730d736

Browse files
Add Decode PostgreSQL to books page
Author: Daniel Gustafsson <[email protected]> Reported-by: Ellyne Phneah <[email protected]> Discussion: https://postgr.es/m/AL=FH5LKVp9EzTNf3u7MTA4e7UYg+BS9_0RcCXhSrWSuzPzCHA@mail.gmail.com
1 parent e63b3cb commit 730d736

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
52.9 KB
Loading

templates/pages/docs/books.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ <h1>Books <i class="fas fa-book"></i></h1>
1111
</tr>
1212
</thead>
1313
<tbody>
14+
<tr>
15+
<td>
16+
<a href="https://decodepress.gumroad.com/l/postgresql">
17+
<img src="/media/img/docs/books/decode_postgres.png"
18+
alt="Decode PostgreSQL: Understanding the World's Most Powerful Open Source Database Without Writing Code" /></a>
19+
</td>
20+
<td>
21+
<strong>Title</strong>: Decode PostgreSQL: Understanding the World's Most Powerful Open Source Database Without Writing Code<br />
22+
<strong>Author</strong>: Ellyne Phneah<br />
23+
<strong>Language</strong>: English<br />
24+
<strong>Current version at publication</strong>: 17<br />
25+
<strong>Format</strong>: eBook<br />
26+
<strong>Published</strong>: September 2025
27+
</td>
28+
</tr>
1429
<tr>
1530
<td>
1631
<a href="https://www.manning.com/books/postgresql-mistakes-and-how-to-avoid-them">

0 commit comments

Comments
 (0)