postgresql连接:
./psql -U username
注意U要大写。另外这是在postgresql/bin 目录下执行的
postgresql退出:
不是用exit();这种 而是使用下面的命令退出:
\q
推荐: