From b9d1e02133cccd130663c8c725787f83cd1c4cef Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 5 Mar 2025 08:47:15 +0100 Subject: [PATCH] chore(postgres): dump sources and usage in the last like couple of days --- knowledge base/postgresql.md | 2 ++ snippets/postgres/primer.sql | 1 + 2 files changed, 3 insertions(+) diff --git a/knowledge base/postgresql.md b/knowledge base/postgresql.md index dcff4fd..4929223 100644 --- a/knowledge base/postgresql.md +++ b/knowledge base/postgresql.md @@ -239,6 +239,7 @@ psql -h 'localhost' -p '6543' -U 'postgres' -d 'postgres' -W - [PostgreSQL: Show all the privileges for a concrete user] - [PostgreSQL - disabling constraints] - [Hashing a String to a Numeric Value in PostgreSQL] +- [I replaced my entire tech stack with Postgres...]