Linux/Ubuntu命令行登陆和退出postgres数据库

1.登陆

sudo -i -u postgres

postgres@eisen:~$ psql
psql (14.5 (Ubuntu 14.5-2.pgdg20.04+2), 服务器 12.12 (Ubuntu 12.12-0ubuntu0.20.04.1))
输入 "help" 来获取帮助信息.

postgres=#

2.退出

postgres=# \q

postgres@eisen:~$ exit
注销

posted @ 2022-10-21 18:04  バカなの  阅读(200)  评论(0编辑  收藏  举报