I'm very new to coding and these things so I already have problems with the post-installation phase. I'm using Windows 10 and downloaded PostgreSQL11.
I've already downloaded psql and watched a few tutorials. After the shell demands me to type in my password etc. I pressed " help" and then I pressed "\h". The last command "\h" , the shell doesn't recognize it, and it says something like (I have it in German so it may not be 1:1):
The command "more" is not written correctly or could not be found.
I have already tried to insert the path of my bin folder (C:\Program Files\PostgreSQL\11\bin) into the system variables of my pc. And also inserted the new variable for my lib (C:\Program Files\PostgreSQL\11\lib). But it still doesn't work.
What can I do to fix it?