已开启
opengauss创建兼容MySQL格式的数据库后创建postgis插件拓展异常 #19
AtomGit-Bot创建于 2023年3月7日
2023年3月7日 创建了缺陷
opengauss-bot
2023年3月7日 评论:
2023年3月7日 评论:
Hey @junyanZG, Welcome to openGauss Community.
All of the projects in openGauss Community are maintained by @opengauss-bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at Here to find the details.


2023年3月7日 将负责人设置为pengjiong
2023年3月7日 将关联项目设置为openGauss 5.0.0 community
2023年3月7日 将优先级设置为次要
totaj
2023年3月7日 评论:
2023年3月7日 评论:
请问是否有应用 dolphin 的patch?



AtomGit-Bot
2023年3月8日 评论:
2023年3月8日 评论:
请问是否有应用 dolphin 的patch?
未有应用,实例使用docker运行的,supermap/yukon:1.0.1-opengauss3.1.0-amd64,能否集成到容器中?


totaj
2023年3月8日 评论:
2023年3月8日 评论:
/assign @yuchj
请yukon的同事看下,B库下由于兼容性问题,部分语法需要重新适配,postgis我们在B库下新加了一个patch


2023年3月8日 将负责人从 pengjiong 修改为yuchj
2023年3月8日 添加协作者pengjiong
AtomGit-Bot
2023年3月10日 评论:
2023年3月10日 评论:
/assign @yuchj
请yukon的同事看下,B库下由于兼容性问题,部分语法需要重新适配,postgis我们在B库下新加了一个patch
@totaj 好的,查看后回复您


AtomGit-Bot
2023年3月14日 评论:
2023年3月14日 评论:
你好,我们目前只基于openGauss默认的Oracle模式做了sql语法上的适配,其他的模式比如兼容Postgresql, mysql等暂时没有适配。


2023年3月14日 将任务状态从 待办的 修改为已确认
AtomGit-Bot
2023年3月16日 评论:
2023年3月16日 评论:
你好,我们目前只基于openGauss默认的Oracle模式做了sql语法上的适配,其他的模式比如兼容Postgresql, mysql等暂时没有适配。
可以安排适配吗?


2023年3月16日 将关联项目从 openGauss 5.0.0 community 修改为未设置
AtomGit-Bot
2023年4月3日 评论:
2023年4月3日 评论:
可以安排适配吗?
@junyanZG 暂时没有


2023年5月19日 将任务状态从 已确认 修改为修复中
2023年5月19日 将任务状态从 修复中 修改为已完成
2025年4月27日 重新打开了 issue
3月20日 添加了label:sig/GIS
3月20日 添加了label:sig/Community
创建数据库:
CREATE DATABASE "db_test" WITH OWNER = "gaussdb" TABLESPACE = "pg_default" encoding='UTF-8' DBCOMPATIBILITY='b';
create extension postgis