Re: PATCH: To fix issue in procedure node (pgAdmin4)

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: To fix issue in procedure node (pgAdmin4)
Date: 2016-05-29 09:59:03
Message-ID: CAG7mmoxrmd_Mdw5OoDyRzBVzufC4s+YkZ=obNi7SWhUcGKXPqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - committed!

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

On Thu, May 26, 2016 at 1:48 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA patch to fix the issue in procedure node where only create new
> procedure option is available to user (Drop/Properties etc were missing).
> (RM-1123)
>
> Additional enhancements:
> - Remove arguments from drop statments as procedure can drop only by its
> name.
> - Remove "Drop cascade" option as procedure do not support it
> - Fetch schema name along with procedure name for EXEC Script
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-29 10:04:19 pgAdmin 4 commit: Load nodes under the schema at database level.
Previous Message Ashesh Vashi 2016-05-29 09:59:00 pgAdmin 4 commit: Fixes #1123 - Options other than 'Create' are not ava