Re: DatabaseMetaData.getColumns() - default values

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: jason(at)netspade(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getColumns() - default values
Date: 2001-07-20 16:03:40
Message-ID: 200107201603.f6KG3e516192@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

> Hi,
>
> DatabaseMetaData.getColumns() doesn't appear to get the default value for each column. Here is a context diff of CVS which should fix it.
>
> Jason Davies
>
> jason(at)netspade(dot)com

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-07-20 19:16:35 Re: Connection.setCatalog()
Previous Message Bruce Momjian 2001-07-20 15:40:12 Re: [PATCHES] Re: [PATCH] Cleanup of JDBC character encoding