随笔分类 -  postgreSQL

摘要:常用命令 # 1. 使用postgres超级用户登录: psql -U postgres # 2. 创建imsdb这个数据库: CREATE DATABASE imsdb [OWNER dbadmin] # 3. 赋予dbadmin用户所有权限: GRANT ALL PRIVILEGES ON DA 阅读全文
posted @ 2021-10-18 00:58 蔚蓝的海洋 阅读(378) 评论(0) 推荐(0)
摘要:postgresql.conf # # PostgreSQL configuration file # # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespac 阅读全文
posted @ 2021-08-26 00:27 蔚蓝的海洋 阅读(2312) 评论(0) 推荐(0)