Re: getProcedureColumns

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jeffrey Cox <namredips(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getProcedureColumns
Date: 2007-01-31 21:20:52
Message-ID: Pine.BSO.4.64.0701311619160.27765@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 31 Jan 2007, Jeffrey Cox wrote:

> 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.

It just hasn't been updated in a while.

> 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).
>

This is exactly the place to send it. Any chance we can also convince you
to add a test case and fix COLUMN_TYPE for out parameters?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeffrey Cox 2007-01-31 23:20:46 Re: getProcedureColumns
Previous Message Jeffrey Cox 2007-01-31 08:29:51 getProcedureColumns