Re: [pgadmin-hackers] PATCH: Added Utility Class for table and materialized view node

2016-03-28 Thread Surinder Kumar
Hi Please find updated patch with following changes: 1. Moved commonly used vacuum_settings.sql into schemas/templates/schema/vacuum_settings/sql/ 2. Moved vacuum_fields.json into schemas/templates/schema/vacuum_settings/ On Mon, Mar 28, 2016 at 3:35 PM, Surinder Kumar < surinder.ku...@enterprise

[pgadmin-hackers] PATCH: Added Utility Class for table and materialized view node

2016-03-28 Thread Surinder Kumar
Hi, Table and Materialised View nodes has some common functionality of fetching and parsing vacuum fields settings. So those common functions are moved from materialized view to schema/utils.py. Please find attached patch and review. Thanks, Surinder Kumar utility_class_for_table_and_materia