From 5d7515fdc91ecbc771fba818a0916f3f6d74433a Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 15 Feb 2026 07:21:58 -0800 Subject: [PATCH] Review connect-to-postgres doc: verified and stamped Connection tested end-to-end via psql. All info accurate. Co-Authored-By: Claude Opus 4.6 --- docs/how-to/connect-to-postgres.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/connect-to-postgres.md b/docs/how-to/connect-to-postgres.md index fb3ae86..d6b01f7 100644 --- a/docs/how-to/connect-to-postgres.md +++ b/docs/how-to/connect-to-postgres.md @@ -1,6 +1,7 @@ --- title: Connect to Postgres -modified: 2026-02-14 +modified: 2026-02-15 +last-reviewed: 2026-02-15 tags: - how-to - database