Re: [JDBC] JDBC pg_description update needed for CVS tip

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
Cc: pgsql-jdbc(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [JDBC] JDBC pg_description update needed for CVS tip
Date: 2001-08-13 02:06:43
Message-ID: 1845.997668403@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc pgsql-patches

Rene Pijlman <rpijlman(at)wanadoo(dot)nl> writes:
> So it appears that your new statement that uses
> obj_description() and col_description() returns one row with a
> null when there is no comment, instead of 0 rows. Is this
> intentional?

That is how selecting a function result would work. If you don't
like the behavior then we can reconsider it --- but if it's per
spec then I think we should be happy.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-13 02:17:31 Re: PL/pgSQL bug?
Previous Message Christopher Kings-Lynne 2001-08-13 01:48:49 RE: Portal destination issue: binary vs normal cursors

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bryan Field-Elliot 2001-08-13 02:34:15 Re: How to read PG Circle and Point types from JDBC?
Previous Message Rene Pijlman 2001-08-12 22:38:17 Re: [JDBC] JDBC pg_description update needed for CVS tip

Browse pgsql-patches by date

  From Date Subject
Next Message Vince Vielhaber 2001-08-13 02:21:55 Re: Re: [PATCHES] Select parser at runtime
Previous Message ljb 2001-08-13 01:28:22 Re: Re: copy to/from stdout using libpgtcl