I just install postgres 9.6 inside my /opt directory. I want to show the man page of the postgres. While I type man postgres, it says,
No manual entry for postgres.
I think this error may arises due to $PATH. I don't know how can I fix the path. Or, should I install postgres inside usr/local directory?