getProcedureColumns - Mailing list pgsql-jdbc

From Jeffrey Cox
Subject getProcedureColumns
Date
Msg-id 1C85230A-C17D-4601-B84E-6F43176C5D6D@gmail.com
Whole thread Raw
Responses Re: getProcedureColumns
List pgsql-jdbc
Hi,
    I been working with metadata on stored procedures and discovered
that I can't get parameter names via getProcedureColumns. So i
checked out the source and took a look at the method. Seems that for
column names, a $ is appended to the arg type count. I guess I don't
know if there is a reason that the actual parameter names are not
used, or its just low on the TODO list. I went ahead and updated the
method return column names as stored in procargnames of
pg_catalog.pg_proc. I have attached a patch.

I honestly don't know if this is the correct mechanism to handle this
(I poped into #postgres and was told to attach a patch to an email to
this list), so just point me in the right direction if need be
(either on how to submit the patch, or why making this change is
stupid).


Jeff

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: please
Next
From: Kris Jurka
Date:
Subject: Re: getProcedureColumns