First request:
database=# select * from table limit 1; ... | (1 row) (END)
I want to make a second request, but I can’t. ctrl + Z exits psql. What can I click to exit only from viewing the results?
Click q. This closes many vim-like views, not only in psql, but also, for example, in 'less', 'git log', 'mutt' and many others.
FYI: Ctrl + Z psql, . , , "fg". Unix Ctrl + C .
Source: https://habr.com/ru/post/1621814/More articles:How to create a new script file through Apps script & Drive SDK - apiКак изменить значение на глобальную переменную в области с помощью функции? ( "контроллер как" ) - javascriptGraphil 3 Setting the error object - validationИсключение в рабочем процессе при запуске "heroku local" - pythonAvoiding unverified warnings when using Mockito - javaJSch: UnknownHostKey exception, even if there is a host key fingerprint in the known_hosts file - javaPolygon border unions in matplotlib - pythonFacebook API Android - androidAngularJS output preprocessing - javascriptКакой лучший способ рисовать несколько объектов в современном OpenGL? - c++All Articles