You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/03-data/02-postgresql.markdown
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,7 @@ walkthroughs I've read.
126
126
127
127
* This article explains how and why PostgreSQL can handle
128
128
[full text searching](http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/)
129
-
for many use cases. If you're going down this route, read
130
-
[this blog post that explains how one developer implemented PostgreSQL full text search with SQLAlchemy](http://blog.garage-coding.com/2015/12/18/postgres-fulltext-search.html).
129
+
for many use cases.
131
130
132
131
*[How to speed up tests in Django and PostgreSQL](http://nemesisdesign.net/blog/coding/how-to-speed-up-tests-django-postgresql/)
133
132
explains some hacks for making your schema migration-backed run quicker.
0 commit comments