pg_shard icon indicating copy to clipboard operation
pg_shard copied to clipboard

Fail fast for certain DDL commands

Open jasonmp85 opened this issue 11 years ago • 0 comments

#1 and #6 discuss issues around dropping shards (or attempting to use DROP TABLE), but there are larger questions around other DDL commands.

  • [ ] Discuss whether DDL commands against distributed tables should be allowed at all
  • [ ] List any advanced use cases for permitting certain commands
  • [ ] Determine feasibility of intercepting certain commands
  • [ ] Choose mechanism of interception (utility hook or event trigger)
  • [ ] Add code to warn or error when users issue DDL commands against distributed tables

jasonmp85 avatar Dec 05 '14 20:12 jasonmp85