stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

psql17 partition_steps.name fix #320

Open ckpklos opened 1 week ago

ckpklos commented 1 week ago

In psql17 partition_steps.name got schema attached and it brakes chunker. The change ensures that schema is not in the name. resolves #309