LibreCat / Catmandu-DBI

A Catmandu::Store plugin for DBI based interfaces
Other
0 stars 1 forks source link

auto discover current schema, and create indexes on that schema #36

Closed nicolasfranck closed 8 months ago

nicolasfranck commented 8 months ago

In the postgres handler automatic indexes are created in schema public, but that fails if your database has setup a different schema for you, and requires you to do everything within that preconfigured schema.

Done: query for indexes in the current schema, and remove "public"