Skip to content

Commit c421682

Browse files
committed
new postgresql resource
1 parent 79e4b3e commit c421682

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,10 @@ <h3>PostgreSQL resources</h3>
19181918
provides a fascinating look into the internal workings of PostgreSQL
19191919
during a query.</p>
19201920
</li>
1921+
<li>
1922+
<p>This article explains how and why PostgreSQL can handle <a href="http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/">full text searching</a>
1923+
for many use cases.</p>
1924+
</li>
19211925
</ul>
19221926
<h2>MySQL</h2>
19231927
<p>MySQL is another viable open source database backend option for Python web

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ <h3>PostgreSQL resources</h3>
109109
provides a fascinating look into the internal workings of PostgreSQL
110110
during a query.</p>
111111
</li>
112+
<li>
113+
<p>This article explains how and why PostgreSQL can handle <a href="http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/">full text searching</a>
114+
for many use cases.</p>
115+
</li>
112116
</ul>
113117
<h2>MySQL</h2>
114118
<p>MySQL is another viable open source database backend option for Python web

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-20T10:54:33Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-21T17:28:03Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ The post is an inside look at the evolution of Braintree's usage of the database
9191
provides a fascinating look into the internal workings of PostgreSQL
9292
during a query.
9393

94+
* This article explains how and why PostgreSQL can handle [full text searching](http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/)
95+
for many use cases.
96+
9497

9598
## MySQL
9699
MySQL is another viable open source database backend option for Python web

0 commit comments

Comments
 (0)