How to exit from PostgreSQL command line utility: psql
我可以使用什么命令或短键来退出PostgreSQL命令行实用程序psql
?
键入q
,然后按ENTER
退出psql
。
My usual key sequence is:
quit()
quit
exit()
exit
q
q()
!q
^C
help
Alt + Tab
google.com
Quit PSQL
q
I think veterans of the psql command line usually shorten that to just:
q
Ctrl + D是我通常用来退出psql控制台的东西。
链接地址: http://www.djcxy.com/p/19828.html