postgres

Tag: postgres

16 posts
I built a snark detector and pointed it at myself
J
Justin-Stanley.com
justin-stanley.com

I built a snark detector and pointed it at myself

·
Jun 21
·
Reading your own writes with WAIT FOR LSN in Postgres 19Reading your own writes with WAIT FOR LSN in Postgres 19
Redowan's Reflections icon
Redowan's Reflections
rednafi.com

Reading your own writes with WAIT FOR LSN in Postgres 19

PostgreSQL 19's new WAIT FOR LSN command lets a replica block until it has replayed your write. The read-after-write problem it solves, the workarounds it replaces, and what the timeout, status, and mode options are actually for.

·
Jun 12
·
Just Use Postgres
A
Andrew Nesbitt
nesbitt.io

Just Use Postgres

Taking 'just use Postgres' to its logical endpoint: git push to deploy into a single Postgres process.

·
Mar 10
·
Git in Postgres
A
Andrew Nesbitt
nesbitt.io

Git in Postgres

Instead of using git as a database, what if you used a database as a git?

·
Feb 26
·
Community
oh hey, it's owais icon
oh hey, it's owais

Community

Dev Log 38: 2025-12-18

·
Dec 18 '25
·
How to Migrate Data From One Postgres Instance to Another
enumerator.dev icon
enumerator.dev
enumerator.dev

How to Migrate Data From One Postgres Instance to Another

Here is how I migrated the data from one database to another using an SSH tunnel, `pg_dump` and `pg_restore`.

·
Jul 2 '25
·
How to Migrate Data From One Postgres Instance to Another
enumerator.dev icon
enumerator.dev
enumerator.dev

How to Migrate Data From One Postgres Instance to Another

Here is how I migrated the data from one database to another using an SSH tunnel, `pg_dump` and `pg_restore`.

·
Jul 2 '25
·
Should I use a Managed Postgres Instance?
enumerator.dev icon
enumerator.dev
enumerator.dev

Should I use a Managed Postgres Instance?

Choosing a managed Postgres instance gave me peace of mind that my data was safe, my app server and my database had isolated resources, and I had the flexibility to change the app server without affecting the data.

·
Jul 1 '25
·
Should I use a Managed Postgres Instance?
enumerator.dev icon
enumerator.dev
enumerator.dev

Should I use a Managed Postgres Instance?

Choosing a managed Postgres instance gave me peace of mind that my data was safe, my app server and my database had isolated resources, and I had the flexibility to change the app server without affecting the data.

·
Jul 1 '25
·
Jeff Dickey - Mise, Usage, and Pitchfork and the Future of Polyglot Tools
Devtools FM icon
Devtools FM
devtools.fm

Jeff Dickey - Mise, Usage, and Pitchfork and the Future of Polyglot Tools

Jeff Dickey discusses his polyglot development tools Mise, Usage, and Pitchfork, and how they're revolutionizing CLI frameworks and dev environments.

·
Jan 25 '25
·
Seed your Supabase database with this simple pattern
💌 Tiny Improvements - for builders, by @MikeBifulco.com icon
💌 Tiny Improvements - for builders, by @MikeBifulco.com
mikebifulco.com

Seed your Supabase database with this simple pattern

Learn how to seed your Supabase database with this simple pattern.

·
Jul 23 '24
·
Seed your Supabase database with this simple pattern
💌 Tiny Improvements - for builders, by @MikeBifulco.com icon
💌 Tiny Improvements - for builders, by @MikeBifulco.com
mikebifulco.com

Seed your Supabase database with this simple pattern

Learn how to seed your Supabase database with this simple pattern.

·
Jul 23 '24
·
James Arthur - ElectricSQL
Devtools FM icon
Devtools FM
devtools.fm

James Arthur - ElectricSQL

James Arthur from ElectricSQL explains how their local-first sync engine transforms Postgres into a distributed database that runs locally on every device.

·
Jul 6 '24
·
Coerce a string into a uuid in Postgres
P
Philihp Busby
philihp.com

Coerce a string into a uuid in Postgres

·
Oct 3 '22
·
Postgres 10 to 11 upgrade
P
Philihp Busby
philihp.com

Postgres 10 to 11 upgrade

·
Jan 15 '19
·
Using JSON in Postgres with Ruby and Sequel
Barry Frost - Articles icon
Barry Frost - Articles
barryfrost.com/articles

Using JSON in Postgres with Ruby and Sequel

With its fast, built-in support for JSON, it's worth considering Postgres for storing and querying your JSON data. Instead of using a specialised document server, Postgres may be the right choice for your application. As of Postgres 9.4 you can index data stored in a JSONB (binar

·
Oct 9 '17
·