Answers for "clear in psql"

CSS
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

Browse Popular Code Answers by Language