摘要:
1. 用户及数据库创建 sudo -u postgres psql # 创建用户postgres=# create user test with password '123456'; # 创建数据库并指定拥有者postgres=# create database testdb owner test; 阅读全文
posted @ 2021-12-28 15:07
代码诠释的世界
阅读(1124)
评论(0)
推荐(0)
摘要:
1. 官网 https://www.postgresql.org/download/linux/ubuntu/ 文档 PostgreSQL: Documentation 2. 安装 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/a 阅读全文
posted @ 2021-12-28 14:42
代码诠释的世界
阅读(1426)
评论(0)
推荐(0)

浙公网安备 33010602011771号