Pull Request已成功合入, 合并人@opengauss_bot
(感谢 XXXCA 的贡献)Welcome To openGauss Community
Hey @CXXXXZ , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: StorageEngine, AI, CM, CloudNative, SecurityTechnology, SQLEngine ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @ywzq1161327784 ,
and any of the committers: @Igali, @bihua111, @cailei19, @h_ray, @levy53071, @libiao2024, @lihaixiao, @mrzack, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123, @zhangxubo, @zjh_hw .


【标题】(请简要描述下实现的内容)
pg genrated as identity
【实现内容】:
支持pg identity列定义和dml
pr拆分:
代码: https://gitcode.com/opengauss/openGauss-server/pull/9227
测试用例:https://gitcode.com/opengauss/openGauss-server/pull/9226~~
【根因分析】:
【实现方案】:
见设计文档
【关联需求或issue】:
https://gitcode.com/opengauss/openGauss-server/issues/8050
【开发自验报告】:
请附上自验结果(内容或者截图)






ddl:
dml:
是否可以添加fastcheck测试用例,如是,请补充fastcheck用例
新增用例, pg_identity, shark/pg_identity, pg_identity_dump_restore, shark/pg_identity_dump_restore
是否涉及资料修改,如是,在docs仓库补充资料
是
https://gitcode.com/opengauss/docs/pull/8611
是否考虑升级场景(系统表修改、日志持久化以及修改执行态数据格式)
是
是否考虑在线扩容等扩展场景
否
是否考虑异常场景/并发场景/前向兼容/性能场景
是
是否对其他模块产生影响
否
是否需要回合补丁版本(5.0、6.0),涉及(结果错误|coredump|性能劣化|内存泄露|集群异常)相关修复请排查回合补丁分支
否
针对Plugin仓dolphin插件,新增/修改的代码是否已使用 DOLPHIN 宏进行控制,方便后续回合openGauss-server仓代码
否
【其他说明】: