possible bug

From: joel(dot)traf(at)magwerks(dot)com
To: pgadmin-support(at)postgresql(dot)org
Subject: possible bug
Date: 2016-10-24 21:52:49
Message-ID: 20161024215249.8ED9EA0119@smtp.hushmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

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
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 ???
pgAdmin Details
Version1.0CopyrightCopyright 2013 - 2016, The pgAdmin Development
TeamPython Version2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22)
[MSC v.1500 32 bit (Intel)]Flask Version0.11.1Application
ModeDesktopCurrent Userpgadmin4(at)pgadmin(dot)org

Attachment Content-Type Size
pgadmin_preview_plain.PNG image/png 146.1 KB

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Johann Spies 2016-10-25 06:38:22 Re: pgAdmin4 - cannot run on Debian 8
Previous Message Michael Higgins 2016-10-24 20:30:47 Re: PgAdmin4 Bug report - Zoomed too far out