連線資料庫
-- 預設連線,連線postgres資料庫 psql -- 指定配置連線資料庫 psql -h localhost -p 5432 -U postgress dbname
檢視資料庫
\l
切換資料庫
\c dbname
檢視資料庫中的表
\d
檢視錶的詳細資訊
\d tablename
-- 預設連線,連線postgres資料庫 psql -- 指定配置連線資料庫 psql -h localhost -p 5432 -U postgress dbname
\l
\c dbname
\d
\d tablename