this post was submitted on 18 Jul 2025
816 points (99.4% liked)

Programmer Humor

25425 readers
989 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] msage@programming.dev 44 points 2 weeks ago (18 children)

This is literally me at every possible discussion regarding any other RDBMS.

My coworkers joked that I got paid for promoting Postgres.

Then we switched from Percona to Patroni and everyone agreed that... fuck yes, PostgreSQL is the best.

[–] cute_noker@feddit.dk 5 points 2 weeks ago (7 children)

I have a colleague like that too, and then the other camp that loves MySQL.

Why do you like postgres

[–] msage@programming.dev 20 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

I made several lengthy presentations about many features, mainly those that are/were missing in MySQL.

In short, MySQL (has been) shit since its inception, with insane defaults and lacking SQL support.

After Oracle bought it, it got better, but it's catching up with stuff that Postgres has had for 20+ years (in some cases).

Also, fuck Oracle, it's a shit company.

Edit: if I had to pick the best features I can't live without, it would be 'returning', copy mode and arrays

[–] chunkystyles@sopuli.xyz 5 points 2 weeks ago (1 children)

As a complete newb to Postgres, I LOVE arrays.

Postgres feels like all of the benefits of a database and a document store.

[–] msage@programming.dev 6 points 2 weeks ago

Yeah, that was the goal.

First make it feature-complete document-oriented database, then make if peroformant.

And you can feel the benefits in every step of the way. Things just work, features actually complement each other... and there's always a way to make any crazy idea stick.

load more comments (2 replies)
load more comments (4 replies)
load more comments (14 replies)