Postgres Weekly |
Issue 67 August 6, 2014
|
|
Heroku Postgres - Fully managed Postgres on EC2 |
Heroku Postgres is the worlds largest provider of Postgres as a Service, offering fully managed databases on top of EC2. Get started today for free and scale easily as your application needs to.
|
Heroku Sponsored |
|
|
Postgres Upsert (Update or Insert) in GER using Knex.js |
Upsert (insert or update) didn’t natively make it into Postgres for 9.4. So you’re still left rolling you’re own if you find it necessary. Here’s an example using knex.js should you need it (be careful though as race conditions can occur).
|
Graham Jenson |
|
Using Postgres' Hstore datatype in Rails |
Hopefully you’ve heard about Hstore by now, and while binary JSON is on the way it’s still an incredibly useful datatype today. Here’s a great guide for getting hands on with it in Rails.
|
Aly Badawy |
|
|
|