[root@localhost bin]# su - postgres
-bash-4.2$ psql
psql (12.11)
输入 "help" 来获取帮助信息.
postgres=#
#退出bash,CTRL+D \q退出
psql [option…] [dbname [username]]
psql -h 127.0.0.1 -p 5432 -d database -U postgres
-h 数据库ip
-p 端口号
-d 数据库名
-U 登录用户名
-f 导入SQL脚本