linux下postgres數據庫的簡單操作

PostgreSQL官方教程:https://www.runoob.com/postgresql/postgresql-create-database.html 連接數據庫 切換數據庫用戶 su  - postgres        登錄數據庫 psql   列出所有用戶: \du        數據庫操作: 查看數據庫   \l       連接其他數據庫  \c [database_name]
相關文章
相關標籤/搜索