PATCH: Added Utility Class for table and materialized view node

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Added Utility Class for table and materialized view node
Date: 2016-03-28 10:05:50
Message-ID: CAM5-9D80nGXUP+P7LsryXVXPdtff3L86pWPsO_O_E-oCR=PgFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
utility_class_for_table_and_material_view.patch application/octet-stream 5.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-03-28 13:42:27 Re: PATCH: Added Utility Class for table and materialized view node
Previous Message Khushboo Vashi 2016-03-28 09:22:55 [pgAdmin4][Patch]: Collection Control Fixes