Skip to content

Commit ffb2507

Browse files
committed
remove broken postgresql debugging link
1 parent ba724f2 commit ffb2507

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

content/pages/01-introduction/06-community.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ the community.
114114
and conferences.
115115

116116
* There are many large active online communities on
117-
[Reddit](https://www.reddit.com/r/python),
118-
[Google Plus](https://plus.google.com/communities/103393744324769547228)
117+
[Reddit](https://www.reddit.com/r/python) and
119118
[IRC channels](https://freenode.net/) such as #python, #python-dev
120119
and #distutils.
121120

content/pages/03-data/02-postgresql.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ The post is an inside look at the evolution of Braintree's usage of the database
218218
[how to back up a PostgreSQL database hosted on an Amazon Web Services EC2 instance](http://www.n2ws.com/blog/how-to-backup-your-aws-cloud-based-postgresql-database.html)
219219
if managing your own database on a cloud server is your preferred setup.
220220

221-
* [How to fix undead PostgreSQL queries](https://tech.zalando.com/blog/hack-to-terminate-tcp-conn-postgres/)
222-
shows a bit of a hack for what to do when you can't kill certain
223-
PostgreSQL queries.
224-
225221
* [Is bi-directional replication (BDR) in PostgreSQL transactional?](http://sdf.org/~riley/blog/2016/01/04/is-bi-directional-replication-bdr-in-postgres-transactional/)
226222
explores a relatively obscure topic with the final result that BDR is
227223
similar to data stores with eventual consistency rather than consistency

0 commit comments

Comments
 (0)