Re: possible bug

From: Dave Page <dpage(at)pgadmin(dot)org>
To: joel(dot)traf(at)magwerks(dot)com
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: possible bug
Date: 2016-10-25 09:02:47
Message-ID: CA+OCxoz1uMQOpcpXPehjKHNuRrwRmCGP6BqsSMR609ty0Mx5zw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Mon, Oct 24, 2016 at 10:52 PM, <joel(dot)traf(at)magwerks(dot)com> wrote:
> Hello Mailing List
>
> Think I found a bug in the new pgAdmin 4 running windows 7 64bit, trying to
> edit stored procedures/functions in python 3 (also tested on plpgsql
> functions same result)
>
> Order of operations
>
> find a function that has input parameters
> right click the selected object select Properties
> go to definition modify it by adding anything like a comment
> Go to the SQL Tab the sql is incorrect missing the input parameters
> myfunction (parameter1 text, parameter2 integer) becomes myfunction().
> (output parameters seem to be working tested it on functions that returns
> record/table)
> Click Ok/Save a new function is created missing the input parameters

I cannot reproduce this issue in the soon-to-be-GA 1.1 code.

> Also discovered the preview SQL plain has some incorrect data written into
> see attached picture. The preview plain dropped off the double quotes "
> around a username that requires it. This is highlighted in yellow in the
> picture

This I can however - I've logged it here:
https://redmine.postgresql.org/issues/1899

> Another questions, is PGadmin 4 no longer being distributed with
> pgdump/pgrestore tools or was it an oversight when building the install
> packages as i can not find any ???

No, at present we're not for a couple of reasons - it significantly
complicates the build process, and we can really only ship one
version, not the many versions that may be required for all the
supported database servers we support. There is discussion ongoing
about this however - see https://redmine.postgresql.org/issues/1848 if
you'd like to add your thoughts.

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

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message André Cardoso 2016-10-25 10:42:49 Re: pgAdmin4 - cannot run on Debian 8
Previous Message Johann Spies 2016-10-25 06:38:22 Re: pgAdmin4 - cannot run on Debian 8