Re: Stalled post to pgadmin-hackers

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Stalled post to pgadmin-hackers
Date: 2016-03-23 15:53:15
Message-ID: CAM5-9D-cg6jKz6TK7ZrbZ3Yp0nASa86vKDjKVb8pV-HS7vZC_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I received an email saying "message body is too long." so It may be my
previous patch not sent.
Please find this one.

This patch contains following nodes:
1. Columns
2. Indexes
3 Rule
4. Trigger

I am using murtuza's patch with little changes to show above nodes under *view
and materialized view.*

This patch is only for *Tables sub node*. @murtuaza is working on table
node which is not completed.

*Note*: Please apply patch for utility function "Added Utility functions
for triggers node and rules node" first then apply this patch.

Please review it.

On Wed, Mar 23, 2016 at 9:15 PM, <pgadmin-hackers-owner(at)postgresql(dot)org>
wrote:

> Your message to pgadmin-hackers has been delayed, and requires the approval
> of the moderators, for the following reason(s):
>
> The message body is too long (266055 > 204800)
>
> If you do not wish the message to be posted, or have other concerns,
> please send a message to the list owners at the following address:
> pgadmin-hackers-owner(at)postgresql(dot)org
>
>
> ---------- Forwarded message ----------
> From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
> To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
> Cc:
> Date: Wed, 23 Mar 2016 21:14:31 +0530
> Subject: [pgAdmin4][Patch]: Tables Sub nodes(Columns, Indexes, rules &
> triggers) Patch
> Hi,
>
> This patch contains following nodes:
> 1. Columns
> 2. Indexes
> 3 Rule
> 4. Trigger
>
> I am using murtuza's patch with little changes to show above nodes under *view
> and materialized view.*
>
> This patch is only for *Tables sub node*. @murtuaza is working on table
> node which is not completed.
>
> *Note*: Please apply patch for utility function "Added Utility functions
> for triggers node and rules node" first then apply this patch.
>
> Please review it.
>
>
> Thanks,
> Surinder Kumar
>
>
>
>
>
>
>

Attachment Content-Type Size
tables_subnodes.patch.zip application/zip 49.7 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-23 16:00:32 pgAdmin 4 commit: String improvements.
Previous Message Surinder Kumar 2016-03-23 15:44:48 Re: [pgAdmin4] PATCH: View and Role Node