diff --git a/_partials/windows_postgresql.md b/_partials/windows_postgresql.md index 7f47986f..e64ff3bd 100644 --- a/_partials/windows_postgresql.md +++ b/_partials/windows_postgresql.md @@ -18,6 +18,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