arkhipov / temporal_tables

Temporal Tables PostgreSQL Extension
BSD 2-Clause "Simplified" License
935 stars 47 forks source link

deploy temporal_tables in a schema #53

Open nathieb opened 3 years ago

nathieb commented 3 years ago

Hello,

In the doc, there is no explanation to deploy the solution in a particular schema. It's possible to precise the schema :+1: example
CREATE TRIGGER versionning_trigger BEFORE INSERT OR UPDATE OR DELETE ON subscriptions FOR EACH ROW EXECUTE PROCEDURE versioning( 'sys_period', 'nomenclature.subscriptions_history', false );

Olivier

almereyda commented 1 year ago

It appears you have found a solution: