@@ -196,9 +196,6 @@ The post is an inside look at the evolution of Braintree's usage of the database
196196 provides a fascinating look into the internal workings of PostgreSQL
197197 during a query.
198198
199- * If you're just getting started with PostgreSQL here are
200- [ 10 beginner tasks you should know how to execute] ( https://eye.raze.mx/10-beginner-postgresql-tasks-you-should-know/ ) .
201-
202199* [ Locating the recovery point just before a dropped table] ( https://blog.hagander.net/locating-the-recovery-point-just-before-a-dropped-table-230/ )
203200 and
204201 [ logging transactions that dropped tables] ( https://blog.hagander.net/logging-transactions-that-dropped-tables-236/ )
@@ -207,9 +204,6 @@ The post is an inside look at the evolution of Braintree's usage of the database
207204 recovery points while the second post shows how to put logging in place
208205 to assist in future recoveries.
209206
210- * The title's a bit presumptuous but here's a useful list of
211- [ 7 PostgreSQL data migration hacks you should be using, but aren't] ( http://engineering.tilt.com/7-postgresql-data-migration-hacks/ ) .
212-
213207* [ awesome-postgres] ( https://github.com/dhamaniasad/awesome-postgres )
214208 is a list of code libraries, tutorials and newsletters focused
215209 specifically on PostgreSQL.
@@ -241,10 +235,6 @@ The post is an inside look at the evolution of Braintree's usage of the database
241235 explains how to store and query JSON data, similar to how
242236 [ NoSQL data stores] ( /no-sql-datastore.html ) operate.
243237
244- * [ PostgreSQL Indexes: First Principles] ( http://eftimov.net/postgresql-indexes-first-principles )
245- is a detailed look at what indexes are, what they are good for and
246- how to use them in PostgreSQL.
247-
248238* This [ slideshow on high availability for web applications] ( http://thebuild.com/presentations/pgha-fosdem-2016.pdf )
249239 has a good overview of various database setups common in production
250240 web applications.
0 commit comments