From 497376ed242843ffcccffb52d95814dc58757c7b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Jul 2024 15:05:29 +0000 Subject: [PATCH] setup guides generated --- windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows.md b/windows.md index 36bb84b7..40faed9b 100644 --- a/windows.md +++ b/windows.md @@ -1160,6 +1160,8 @@ sudo /etc/init.d/postgresql start sudo -u postgres psql --command "CREATE ROLE \"`whoami`\" LOGIN createdb superuser;" ``` +_📝 If you get an error saying `could not change directory to "/home/your_name": Permission denied` that is totally fine, and there's no need to worry 💆 If, on the first run, it says `CREATE ROLE` in the end all worked fine._ + You can configure PostgreSQL to autostart, so you don't have to execute `sudo /etc/init.d/postgresql start` each time you open a new terminal: ```bash