From c1bd0895f04c2ddbce62d239a2d4c8c11061af3a Mon Sep 17 00:00:00 2001 From: Jared Connor Date: Sun, 21 May 2023 14:03:11 -0700 Subject: [PATCH] Update to fix `db` package README --- packages/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/db/README.md b/packages/db/README.md index 343ef402d..226c0eeb5 100755 --- a/packages/db/README.md +++ b/packages/db/README.md @@ -43,7 +43,7 @@ In order to use Row Level Security every transaction with the database must set - Install and run the _postgresql_ service on your machine. -###Configure access to the database +### Configure access to the database _On some systems, Postgres will only allow the local postgres user to connect to the database. One way around this is to set the authentication method in your pg_hba.conf file_. The `trust` method allows any user who can connect to