From 05426f52b155638038006ac74c55ca0f43985be9 Mon Sep 17 00:00:00 2001 From: Omar Farooq Date: Thu, 3 Sep 2026 23:45:22 +0500 Subject: [PATCH] docs: add proxy path verification --- docs/DEMO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/DEMO.md b/docs/DEMO.md index 5a7b75e..51a9be1 100644 --- a/docs/DEMO.md +++ b/docs/DEMO.md @@ -21,6 +21,16 @@ Example: psql -h 127.0.0.1 -p 5433 -U postgres -d ohmydb_demo +## Verify the proxy path + +Before running the demo, make sure the client is connecting to the OhMyDB listening port rather than directly to the database backend. + +Typical local setup: + + PostgreSQL backend: 5432 + OhMyDB proxy: 5433 + +A client connection to port 5433 confirms traffic is passing through OhMyDB before reaching PostgreSQL. ## Run a normal query SELECT id, name, status