postgreSql 常用操作

0. 啓動pgsl數據庫 pg_ctl -D /xx/pgdata start 1. 查看pgsl版本 pg_ctl --version 2. 命令行登錄數據   psql -U username -d dbname -h hostip -p port 3. 列出所有數據庫 \l 4. 切換數據庫 \c dbname 5. 列出當前數據庫的所有表 \d 6. 查看指定表的所有字段   \d  t
相關文章
相關標籤/搜索