Re: 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: Re: PATCH: Added Utility Class for table and materialized view node
Date: 2016-03-28 13:42:27
Message-ID: CAM5-9D-4DYgMMHFc5mzDDdK++h7XNvkiA5ojBbXi5sTHmecGCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)kumar(at)enterprisedb(dot)com> wrote:

> 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_v2.patch application/octet-stream 9.0 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-03-29 14:39:08 [pgAdmin4][Patch] Add formatted error message support in psycopg2
Previous Message Surinder Kumar 2016-03-28 10:05:50 PATCH: Added Utility Class for table and materialized view node