Change to DatabaseMetaData.java for the jdbc2 driver (fwd) - Mailing list pgsql-general

From Travis Bauer
Subject Change to DatabaseMetaData.java for the jdbc2 driver (fwd)
Date
Msg-id Pine.GSO.4.21.0009041046240.17555-200000@ghost.cs.indiana.edu
Whole thread Raw
List pgsql-general
I sent this to PATCHES last week, but it did not show up on the list.

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

---------- Forwarded message ----------
Date: Thu, 31 Aug 2000 12:26:59 -0500 (EST)
From: Travis Bauer <trbauer@cs.indiana.edu>
To: pgsql-patches@postgresql.org
Subject: Change to DatabaseMetaData.java for the jdbc2 driver

This is a patch which lets the DatabaseMetaData return the object type
when getTables(....) is called.  It does not really fix any bug, but it
fills in some functionality that should be there anyway.  The diff
included here is off of the CVS as of just now :)

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

Attachment

pgsql-general by date:

Previous
From: "Enrico Comini"
Date:
Subject: test3
Next
From: Tom Lane
Date:
Subject: Re: subselect in CHECK constraint?