I installed Postgres and I'm using the psql tool. Some queries work fine, like SELECT current_date; and SELECT 2 + 2;. But others like \h throw an error sh: 1: less: not found, queries like SELECT * FROM foo also throw this error. I didn't find anything reporting this error neither in the docs or other forums. What could it be?
I'm using Ubuntu 20.04 and postgres 14.5