Clear Screen in PostgreSQL

In this article, we will see how to clear the screen in PostgreSQL with different methods on Linux shell and Microsoft Windows shell.

Clear Screen in PostgreSQL on Linux Terminal:

Method 1:

\! clear

Method 2:

CTRL+L

Clear Screen in PostgreSQL on Microsoft Shell:

Method 1:

\! cls

Method 2:

CTRL+L

Leave a Reply

Your email address will not be published. Required fields are marked *