postgres创建数据库报错:ERROR: syntax error at or near "'fta-security'"
Posted on 2019-12-17 12:52 橙子j 阅读(3343) 评论(0) 收藏 举报ERROR: syntax error at or near "'fta-security'"

解决方案:
user(或者说owner,role)必须要双引号框起来
ERROR: syntax error at or near "'fta-security'"

解决方案:
user(或者说owner,role)必须要双引号框起来