Event Trigger for table_rewrite

Simon Riggs <simon@2ndQuadrant.com>

Commit: 618c9430a82860c84a3be2711eec2c3b43573b2a
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2014-12-07T15:55:28Z
Releases: 9.5.0
Event Trigger for table_rewrite

Generate a table_rewrite event when ALTER TABLE
attempts to rewrite a table. Provide helper
functions to identify table and reason.

Intended use case is to help assess or to react
to schema changes that might hold exclusive locks
for long periods.

Dimitri Fontaine, triggering an edit by Simon Riggs

Reviewed in detail by Michael Paquier

Files