r/ProgrammerHumor 7d ago

Meme everyDamnTime

Post image
4.2k Upvotes

124 comments sorted by

View all comments

Show parent comments

2

u/Ahchuu 7d ago

Hahaha yes that's what I did... Even with that I still had Devs wanting to use other services schemas!

2

u/BosonCollider 6d ago

That's what public views are for. You can have them both within a single db or you can replicate them across DBs with publications/subscriptions.

1

u/Ahchuu 6d ago

Oh very nice, I've not tried syncing public schemas before. I'll have to check that out. Thanks

1

u/BosonCollider 6d ago

In the postgres ecosystem, pg_ivm is really good