PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters) - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters)
Date
Msg-id CAG7mmoyAJbws6WWmiN4gdLCyMqvEtLmva1CjDGEHc=7FX6r2JQ@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters)
Re: PATCH: Error Message is displayed when the Package is Clicked in pgAdmin (having functions with default parameters)
List pgadmin-hackers
Hi Dave,

During resolving a bug - "Error message is displayed when the packages is clicked", I found that:
- We are not properly handling the default parameters for the functions & procedures properly, when the function is type of 'edbspl'.
- We also do not handle the default parameters for the functions & procedures properly under the packages.

In 'edbspl', we do not allow the default parameters with INOUT parameters and that reflects in the reverse-engineering for those functions & procedures.

Attached patches resolve the above issues for REL-1_14 and master branches.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi


Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Weird code in pgDomain.cpp
Next
From: Ashesh Vashi
Date:
Subject: Re: Weird code in pgDomain.cpp