perseas / Pyrseas

Provides utilities for Postgres database schema versioning.
https://perseas.github.io/
BSD 3-Clause "New" or "Revised" License
395 stars 67 forks source link

CLUSTER statements are generated without fully qualified table name #132

Closed goldie80 closed 9 years ago

goldie80 commented 9 years ago

Any table created in a custom schema with a cluster column specified, will result in yamltodb generating SQL statements without the schema path specified.

Attempting to apply the generated SQL will result in postgreSQL complaining of unknown tables for the CLUSTER statements.