pgAdmin III: comments on PPAS 9.0 functions not working properly - Mailing list pgadmin-hackers

From Nikhil S
Subject pgAdmin III: comments on PPAS 9.0 functions not working properly
Date
Msg-id AANLkTikeEsEYLLchD-7T18KmN_ObT-9qH3PRYUeo1z_a@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin III: comments on PPAS 9.0 functions not working properly  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

Consider the following PPAS 9.0 function:

CREATE OR REPLACE FUNCTION TEST_in_inout_out(A IN INT, B IN OUT INT, C  OUT INT)  RETURN INT
IS
    D INT;
BEGIN
    D := A + B + C;
    RETURN D;
END;

When I click on properties and try to assign a comment to this function, it errors out. In PPAS 9.0, either we do not provide the OUT parameter while assigning the comment or if we are mentioning it, we need to provide the argument type (OUT, INOUT etc.) appropriately. Fixing via the latter route.

PFA, patch for the same.

Regards,
Nikhils
Attachment

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add support for foreign table object.
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Ensure png2c doesn't barf if processing a file with