Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Dave Page
Erwin Brandstetter wrote: > Hi Dave! > > [EMAIL PROTECTED] wrote: >> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6259&view=rev >> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6014&view=rev >> >> Thanks for the bug report though! I'll post a new snapshot soon and >> mail the list so you can be

Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Erwin Brandstetter
Hi Dave! [EMAIL PROTECTED] wrote: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6259&view=rev http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=6014&view=rev Thanks for the bug report though! I'll post a new snapshot soon and mail the list so you can be using more up to date code. I've had a l

Re: [pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-09 Thread Dave Page
Erwin Brandstetter wrote: This example finally works as it should. You get the idea ... Names of OUT parameters are "shifted" to unnamed IN parameters, one after the other. Hi Erwin, I rewrote all the code that handles that in SVN trunk the other day - I just ran all your tests through it an

[pgadmin-hackers] Name proliferation in functions with OUT parameters

2007-05-08 Thread Erwin Brandstetter
Hi developers! Hi Dave! Testing pgAdmin III v1.6.3 rev: 6112, client Win XP, host: Debian Sarge, PG 8.1.8. I got nonsensical error messages when trying to change properties of a function in the properties dialogue window. After some investigation I was able to build the following, very simple