From 76e4f148734c0ded30655379b7a89e8faea2394f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Jan 2025 23:01:16 +0000 Subject: [PATCH] f: pg --- pg-essentials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-essentials/README.md b/pg-essentials/README.md index 2337587..ccae642 100644 --- a/pg-essentials/README.md +++ b/pg-essentials/README.md @@ -144,7 +144,7 @@ pg-addgroup 'hostssl' 'remote_users' 5432 ``` This is the same as adding a remote users role and editing -`~/.local/share/postgres/var/hba.conf` +`~/.local/share/postgres/var/pg_hba.conf` ```sql CREATE ROLE "remote_users" NOLOGIN;