Re: Fwd: [pgAdmin 4 - Bug #1191] proper code "select new_empno();" should displayed in query tool window for function new_empno()

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fwd: [pgAdmin 4 - Bug #1191] proper code "select new_empno();" should displayed in query tool window for function new_empno()
Date: 2016-06-21 12:30:06
Message-ID: CA+OCxoyNYNCjnzYLT=y8S9NEyE_RQjVVWoR3M7cSvu=o4fy2Dw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - patch applied!

On Tue, Jun 21, 2016 at 1:10 PM, Sanket Mehta
<sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
> Hi,
>
> I have resolved the issue and patch is attached with this mail.
> Please do review it and let me know if any changes required.
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
> ---------- Forwarded message ----------
> From: <redmine(at)postgresql(dot)org>
> Date: Mon, Jun 13, 2016 at 3:10 PM
> Subject: [pgAdmin 4 - Bug #1191] proper code "select new_empno();" should
> displayed in query tool window for function new_empno()
> To: fahar(dot)abbas(at)enterprisedb(dot)com, guillaume(at)lelarge(dot)info,
> priyanka(dot)shendge(at)enterprisedb(dot)com, surinder(dot)kumar(at)enterprisedb(dot)com,
> neel(dot)patel(at)enterprisedb(dot)com, akshay(dot)joshi(at)enterprisedb(dot)com,
> sanket(dot)mehta(at)enterprisedb(dot)com
>
>
> Issue #1191 has been updated by Dave Page.
>
> Target version changed from 1.0 Beta 1 to 1.0 Beta 2
>
> ________________________________
>
> Bug #1191: proper code "select new_empno();" should displayed in query tool
> window for function new_empno()
>
> Author: Fahar Abbas
> Status: New
> Priority: Normal
> Assignee:
> Category:
> Target version: 1.0 Beta 2
>
> Platform:
> Ubuntu 14.04 Linux 64:
> -------------------------------
> Browser version:
> ----------------------
> 28.0 Mozilla Firefox for ubuntu
>
> If User "select script" for function new_empno(), following output
> displayed:
>
> SELECT
> <>p
> <>u
> <>b
> <>l
> <>i
> <>c
> <>.
> <>n
> <>e
> <>w
> <>_
>
> Steps:
>
> 1. Launch pgAdmin4 on Ubuntu 14.04 Linux 64
> 2. Connect to PPAS-9.5 server
> 3. Expand function node
> 4. Right click and select script for function new_empno()
>
> Expected result:
> ------------------------
> proper code "select new_empno();" should displayed
>
> Files Screen Shot 2016-05-18 at 2.09.03 pm.png (879 KB)
> Screen Shot 2016-05-18 at 2.37.16 pm.png (982 KB)
> ________________________________
>
> You have received this notification because you have either subscribed to
> it, or are involved in it.
> To change your notification preferences, please click here:
> https://redmine.postgresql.org/my/account
>
>
>
>
> --
> 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
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-21 12:54:51 pgAdmin 4 commit: Set the sys path from the runtime as we were doing it
Previous Message Dave Page 2016-06-21 12:29:58 pgAdmin 4 commit: Fix SELECT Script option for functions. Fixes #1191