On Sat, Oct 26, 2024 at 05:51:53AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/17/index.html
> Description:
>
> God Dammit this " \! clear " command is pissing me off . Only " cls " to
> clear the screen seems very much Comfortable man
Sorry, but what are you talking about? The page that you linked isn't
about psql.
Doc about psql (https://www.postgresql.org/docs/current/app-psql.html)
doesn't mention `\! clear`
And finally, whatever works after \! is not PostgreSQL fault/feature
- what is afterwards is simply passed as command to the operating
system.
So, if your OS has "cls" command, you can \! cls. If it doesn't then you
have to use something else.
Best regards,
depesz