Migrating Stored Procedures from Oracle to PostgreSQL
将Oracle PL/SQL存储过程迁移至PostgreSQL PL/pgSQL。转换Oracle特有语法,保留方法签名和类型锚定参数,适当利用orafce,并应用显式排序规则映射(仅在适当时使用`COLLATE "C"`,需要时使用区域排序规则)。适用于数据库迁移中将Oracle存储过程或函数转换为Postgr...
安装命令
npx skills add https://github.com/github/awesome-copilot --skill migrating-oracle-to-postgres-stored-procedures