Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-04-11 Thread Surinder Kumar
Hi, I have made few minor changes in this patch to make it to work with Materialized View. PFA patch with following changes: 1. Fixed typo issue for url parameter. 2. Check for 'hastoasttable' attribute in Disabled property of field "toast_autovaccum" in VacuumSettingsSchema. 3. Use Simplejson li

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-04-07 Thread Murtuza Zabuawala
Hi, Rebase patch and sent again. Regrds, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Apr 7, 2016 at 4:07 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Please find updated patch, I have

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-04-07 Thread Murtuza Zabuawala
Hi, Please find updated patch, I have moved everything at schema level and tweak some code as well, so that we can use it in Table/View node. Regards, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Mar 25, 2016 at 4:50

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-25 Thread Surinder Kumar
Ok, I will do. On Fri, Mar 25, 2016 at 4:50 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Surinder, > > Can you please move all genereic logic & sql at schema level so that we > can use it in table node as well? > Currently it’s materialized view node centric only. > > >

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-25 Thread Murtuza Zabuawala
Hi Surinder, Can you please move all genereic logic & sql at schema level so that we can use it in table node as well? Currently it’s materialized view node centric only. Regards, Murtuza > On 23-Mar-2016, at 9:34 pm, Surinder Kumar > wrote: > > Hi, > > > On Fri, Mar 18, 2016 at 8:58 PM,

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-23 Thread Surinder Kumar
Hi, On Fri, Mar 18, 2016 at 8:58 PM, Dave Page wrote: > On Fri, Mar 18, 2016 at 10:37 AM, Surinder Kumar > wrote: > > Hi, > > > > PFA control for displaying auto vacuum fields into grid. This control is > > common for > > Materialized View Node and Table Node. > > > > Usage: > > > > { > > id

[pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-19 Thread Surinder Kumar
Hi, PFA control for displaying auto vacuum fields into grid. This control is common for Materialized View Node and Table Node. *Usage:* { id: 'vacuum_table', label: '{{ _("Vacuum Table") }}', model: VacuumTableModel, editable: false, type: 'collection', canEdit: true, group: '{{ _("Table")

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-18 Thread Dave Page
On Fri, Mar 18, 2016 at 10:37 AM, Surinder Kumar wrote: > Hi, > > PFA control for displaying auto vacuum fields into grid. This control is > common for > Materialized View Node and Table Node. > > Usage: > > { > id: 'vacuum_table', label: '{{ _("Vacuum Table") }}', > model: VacuumTableModel, e