We generate a lot of DDL views.I want to create a back-up of all the DDL views in the pg_catalog or information_schema which updates it self everyday.
For example: If the number of views yesterday was 10 and I created 5 more views today, the backup table should update itself from 10 to 15 at a specific time.