What problem does it solve?
Claude and other models are often trained on older PostGIS knowledge and can emit deprecated function names, incorrect raster behavior, and outdated topology assumptions; this Skill supplies concise changelog-driven guidance so generated SQL and migration steps match PostGIS 3.5–3.6 behavior and requirements.
Core Features & Use Cases
- SFCGAL rename guidance: explains the ST_ to CG_ migration and lists new CG_ 3D and partitioning functions so AI-generated queries use correct names.
- Breaking-change summaries: highlights behavior changes (ST_DFullyWithin, ST_GeneratePoints seeding, ST_Clip touched parameter, ST_TileEnvelope clipping, TIN/PolyhedralSurface accessors).
- Raster & topology updates: documents ST_AsRasterAgg, ST_ReclassExact, ST_IntersectionFractions, topology bigint migration, and required version constraints for PostgreSQL, GEOS, Proj, and SFCGAL.
- Practical use: load before authoring PostGIS SQL, upgrading databases, rebuilding materialized views, or generating migration scripts.
Quick Start
Load the postgis-knowledge-patch and ask for a summary of breaking changes, new functions, and migration steps relevant to my PostGIS SQL and upgrade path.