I am following this PostGreSQL course:
https://www.youtube.com/watch?v=qw--VYLpxG4&t=665s
I have hit a wall when I try to use psql --help.
I have also tried connecting to my db.
It just does nothing and goes to next line.
I can create a database and drop it but I cannot connect to it or bring a table in the terminal.
It seems like psql is not working as it should. I have also set a path in the environment variables following this article: https://sqlbackupandftp.com/blog/setting-windows-path-for-postgres-tools
I have restarted my PC following the above but it does not work.