med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

411
active users

#PostgreSQL

22 posts21 participants4 posts today

New episode of the #TalkingPotgres #podcast 🎙️

In Ep27, Peter Farkas of @ferretdb shares how a Himalayan trek led to building an open source MongoDB alternative on top of #PostgreSQL (& the newly-open sourced DocumentDB extension from Microsoft)

Plus: FerretDB was NOT the original name. And how Trappist cheese 🧀 now gets a footnote in database history.

Listen wherever you get your podcasts. And if you like the show PLEASE tell your friends 🚀 so they can discover it too ❤️

#database #FerretDB #Postgres #OpenSource #Community #NoSQL #Microsoft

🎧 talkingpostgres.com/episodes/h
📺 youtu.be/dQfD00bDMqo?feature=s

Y a-t-il des adeptes de #PostgreSQL dans le Fédiverse qui vivent à #Lille et sa périphérie ?

J’envisage de créer un compte Mastodon pour le Meetup éponyme de ma région, et varier les canaux de communication pour ne pas être enfermé sur LinkedIn.

Un repouet fait vivre la communauté et nourrit des pachydermes 🐘

I finally managed to get #pgBackRest running for my #PostgreSQL #Patroni cluster to make two independent local backups of both the primary and the replica database cluster. The important part is that pgbackrest running on the replica has to be able to connect to the primary.

To-do: figure out, how to restore a Patroni cluster with pgBackRest.

Also, does anyone know how to display the WAL files pushed into pgBackRest with the "archive_command"?

pgbackrest.org

pgBackRest - Reliable PostgreSQL Backup & RestorepgBackRest - Reliable PostgreSQL Backup & RestorepgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads.

- postgresweekly.com/issues/598

PGlite 0.3: Postgres on WASM, Now Based on Postgres 17 —

PGlite is a WebAssembly-based build of Postgres that enables you to run an instance of Postgres wherever WebAssembly can be run (such as in the browser as in this demo).

v0.3 takes a big step forward in moving up to Postgres 17.4

- pglite.dev/
- github.com/electric-sql/pglite

postgresweekly.comPostgres Weekly Issue 598: May 1, 2025

What's new with Postgres at Microsoft? The 2025 edition of our annual blog post is now live.

Over the past year, the team at Microsoft who work on Postgres has contributed across multiple fronts:

🛠️ New features in Azure Database for PostgreSQL - Flexible Server
🧠 Code contributions to Postgres 18 (including async I/O!)
📦 Open source work on the Citus extension
🌍 Contributions to the Postgres open source community—things like @posetteconf, helping make @pgconfdev happen, the Talking Postgres #podcast, and sponsoring #PostgreSQL conferences around the globe

This year's blog post includes a hand-made infographic that maps out the major workstreams—plus highlights, explanations, links, and shout-outs to some of the many people behind the work.

If you care about PostgreSQL—as a user, contributor, or fan—I hope you'll give it a read.

📝 Read the full blog post on Microsoft Tech Community: techcommunity.microsoft.com/bl

I'm very impressed how easy it is to use #OpenStreetMap data locally:

1. Download a subset of OSM on download.geofabrik.de/ for your country.
2. Use Osmium to filter by tags and export into a TSV.
3. Import the TSV into #PostgreSQL using a single \copy command.
4. Create a btree_gist index for #PostGIS geospatial and ordinary queries.

In less than 5 min, you're ready to run queries like "nearest restaurants around me" locally & fast!

Kudos for making it so simple, which is not easy. =)

download.geofabrik.deGeofabrik Download Server