# 40.5. A Table Rewrite Event Trigger Example
Thanks to the table_rewrite
event, it is possible to implement a table rewriting policy only allowing the rewrite in maintenance windows.
Here's an example implementing such a policy.
CREATE OR REPLACE FUNCTION no_rewrite()
RETURNS event_trigger
LANGUAGE plpgsql AS
$$