This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.


Welcome To openGauss Community
Hey @ywzq1161327784 , 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. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
Contact Guide
If you have any questions, please contact the SIG: Community ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Igali, @bihua111, @cailei19, @h_ray, @levy53071, @libiao2024, @lihaixiao, @mrzack, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123, @zhangxubo, @zhangzq131, @zjh_hw .





回归时间:2026.09.15
回归结论:通过
回归过程:





测试类型
SQL功能
测试版本
7.0.0LTS
问题描述
A库alter table执行失败
操作系统和硬件信息
不限
测试环境
企业版单机
被测功能
alter table功能
预置条件
无
操作步骤
预期输出
执行成功
实际输出
日志信息
见实际输出
提单组织
内部开发
测试代码
alter table t1 drop f4, add f7 int;
视图由valid执行上面sql变成invalid,应该展开视图的列名,不应显式*
select * from pg_get_viewdef('t1_view1');