Early Bird registration for PgDay Boston is open! Register today and get a nice discount!

https://2026.pgdayboston.org/registration/

#PostgreSQL #postgres #conference

Absolutely thrilled that Suresh found "PostgreSQL Mistakes and How to Avoid Them" a useful learning resource! 🚀🐘

For anyone interested in the book version, you can grab a copy from @ManningPublications here: https://hubs.la/Q03Nc0hv0 📖

#PostgreSQL #Postgres #Books #Database

PgDay Boston will be held at the Museum of Science! We think this will be a fantastic setting for a conference and we hope you’ll agree!

https://2026.pgdayboston.org/venue/

#PostgreSQL #postgres #conference

having fun visualizing driving distances using #pgrouting #postgres #postgis #opendata

```sql
SELECT d.*, v.geom
FROM pgr_drivingDistance(
$$SELECT * FROM highway_edges$$,
989100571,
100000
) d,
vertices v
WHERE d.node=v.id
order by agg_cost;
```

The CFP has closed and the Program Committee is hard at work selecting talks and putting together the schedule! We’ll be announcing the schedule in April, so stay tuned!

https://2026.pgdayboston.org/

#PostgreSQL #postgres #conference

Made a YouTube video explaining why I switched from #MongoDB to #Postgres. I've heard plenty of criticism of it, but not much to do with actually using it. I get into that topic in this video.

#databases #Mongo #PostgreSQL #coding #programming #webdev

https://www.youtube.com/watch?v=SDVBVSoPmCU

Why I ditched MongoDB for Postgres, and you should too

YouTube

The schedule is out for Postgres Conference 2026 and it is going to be a packed event! It's coming up next month from April 21 - 23, 2026 in San Jose, CA.

Find the full program (with all seven tracks including #Postgres Extensions, Ops, Professional Development & Wellness, and Dev) here:

https://postgresconf.org/conferences/postgresconf_2026/schedule/events

(Did you see any of our engineers on there?! 🐘 Hint: there's more than a few!)

🌐 https://postgresconf.org

#postgresql #data #database #sql #dba #devops #california #techevent #sanjose

Postgres Conference

Postgres Conference, the largest PostgreSQL education and advocacy platform.

When dealing with global data, speed and trust matters. Using Patroni with Spock and etcd gives you fail-safe redundancy, instant failover without hiccups, and regional speed.

Adding tools like our open source Spock extension creates a resilient, multi-master system that spans continents. 🌎

Would you trust a multi-region database setup for mission-critical data?

#postgres #postgresql #techtips #opensource #tech #technology #dataengineering #sre #data #sql

🎙️ New #TalkingPostgres #podcast Ep37 is out!

Charles Feddersen, partner director of product for Postgres on Azure, joined me to talk about building Postgres services on Azure, his views on PM work, & his transition to Postgres 🐘 which started when he was building classic ASP apps with Microsoft Access back in Melbourne (back in the early 2000s). Lots of miles in between and all in the database space. It was fun!

🎧 https://talkingpostgres.com/episodes/building-postgres-services-on-azure-with-charles-feddersen
📺 https://youtu.be/L_2kyfL9LN0?si=6o5oKZj414Bv1wbP

#PostgreSQL #Postgres #databases #Azure #Citus #PGConfdev #Microsoft #Product

Our CFP closes in just a few hours! Make sure you have your talk submitted by 11:59:59pm EDT!!!

https://2026.pgdayboston.org/call-for-papers/

#PostgreSQL #postgres #conference