ALTER TABLE [table_name] ENABLE ALWAYS TRIGGER z_reorg_trigger so that pg_reorg and the z_reorg_trigger can properly work in "replica" mode, as when using pg_reorg on a Slony slave. Bug report and patch by Norman Yamada.
ALTER TABLE [table_name] ENABLE ALWAYS TRIGGER z_reorg_trigger so that pg_reorg and the z_reorg_trigger can properly work in "replica" mode, as when using pg_reorg on a Slony slave. Bug report and patch by Norman Yamada.