Answers for "clear screen command in psql"

SQL
0

clear postgres terminal

If you are using Linux, type-in the following to clear the screen
<dbname>=# \! clear
Posted by: Guest on June-29-2020
0

clear screen command in psql

//for linux 
\! clear

// for window
\! cls
Posted by: Guest on November-04-2020

Code answers related to "clear screen command in psql"

Code answers related to "SQL"

Browse Popular Code Answers by Language