[pgadmin-hackers] Re: [pgAdmin III] #300: Add support for ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.

2011-04-01 Thread pgAdmin Trac
#300: Add support for ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Compone

[pgadmin-hackers] Re: [pgAdmin III] #300: Add support for ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.

2011-04-01 Thread pgAdmin Trac
#300: Add support for ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. ---+ Reporter: gleu | Owner: gleu Type: feature| Status: assigned Priority: minor | Milestone: Componen

Re: [pgadmin-hackers] [pgAdmin III] #303: Support for extensions

2011-04-01 Thread pgAdmin Trac
#303: Support for extensions --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component: pgadmin | Versio

Re: [pgadmin-hackers] [pgAdmin III] #303: Support for extensions

2011-04-01 Thread pgAdmin Trac
#303: Support for extensions +--- Reporter: gleu| Owner: gleu Type: bug | Status: assigned Priority: minor | Milestone: Component: pgadmin |

Re: [pgadmin-hackers] pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly

2011-04-01 Thread Dave Page
On Fri, Apr 1, 2011 at 1:45 PM, Nikhil S wrote: >> Thanks, applied. >> > > Thanks Dave. How's the lunch on the cruise? ;) Nom nom nom... :-) -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent

Re: [pgadmin-hackers] pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly

2011-04-01 Thread Nikhil S
> > Thanks, applied. > > Thanks Dave. How's the lunch on the cruise? ;) Regards, Nikhils

[pgadmin-hackers] pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para

2011-04-01 Thread Dave Page
In PPAS 90, if an SPL-function has both an OUT-parameter and a return value (which is not possible on PostgreSQL otherwise), the return value is transformed into an extra OUT-parameter named "_retval_". Although we fixed the normal code path a while back, the debugger still remains dazed and confus

Re: [pgadmin-hackers] pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly

2011-04-01 Thread Dave Page
Thanks, applied. On Fri, Apr 1, 2011 at 12:05 PM, Nikhil S wrote: > Hi, > > In PPAS 90, if an SPL-function has both an OUT-parameter and a return value > (which is not possible on PostgreSQL otherwise), the return value is > transformed into an extra OUT-parameter named "_retval_". Although we fi

[pgadmin-hackers] pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para

2011-04-01 Thread Dave Page
In PPAS 90, if an SPL-function has both an OUT-parameter and a return value (which is not possible on PostgreSQL otherwise), the return value is transformed into an extra OUT-parameter named "_retval_". Although we fixed the normal code path a while back, the debugger still remains dazed and confus

[pgadmin-hackers] pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly

2011-04-01 Thread Nikhil S
Hi, In PPAS 90, if an SPL-function has both an OUT-parameter and a return value (which is not possible on PostgreSQL otherwise), the return value is transformed into an extra OUT-parameter named "_retval_". Although we fixed the normal code path a while back, the debugger still remains dazed and c