---
id: "entity-postgresql"
type: "entity"
entityType: "tool"
canonicalName: "PostgreSQL"
aliases: ["Postgres"]
source_timestamps: ["00:13:00", "00:13:10"]
tags: ["database", "infrastructure"]
related: ["concept-open-brain", "entity-pgvector"]
url: "https://www.postgresql.org/"
sources: ["s22-saas-replacement"]
sourceVaultSlug: "s22-saas-replacement"
originDay: 22
---
# PostgreSQL

## Profile

A highly stable, open-source relational database management system. Decades of production hardening across every imaginable workload.

## Role in This Source

The **storage substrate** of the [[concept-open-brain-d22]]. The speaker explicitly chose Postgres because it is *boring* — see [[quote-boring-battle-tested]]:

> *'Postgres is not exciting, it's not deprecating, Postgres isn't chasing a growth metric, Postgres isn't VC-backed and needing to hit a billion-dollar unicorn valuation. It's just a standard way of storing data.'*

This is a deliberate counter-move against the trend of building personal memory on VC-backed thin-wrapper startups, which can pivot, get acquired, or shut down. Postgres outlives them all.

Together with [[entity-pgvector]] it becomes a vector-native database accessible to any AI agent through [[concept-model-context-protocol]]. See setup step in [[action-build-postgres-db]].
