linux下postgres数据库的简单操作

PostgreSQL官方教程:https://www.runoob.com/postgresql/postgresql-create-database.html 连接数据库 切换数据库用户 su  - postgres        登录数据库 psql   列出所有用户: \du        数据库操作: 查看数据库   \l       连接其他数据库  \c [database_name]
相关文章
相关标签/搜索