随笔分类 - postgreSQL
摘要:常用命令 # 1. 使用postgres超级用户登录: psql -U postgres # 2. 创建imsdb这个数据库: CREATE DATABASE imsdb [OWNER dbadmin] # 3. 赋予dbadmin用户所有权限: GRANT ALL PRIVILEGES ON DA
阅读全文
摘要:postgresql.conf # # PostgreSQL configuration file # # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespac
阅读全文

浙公网安备 33010602011771号