From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Christopher Cain <ccain(at)mhsoftware(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: JDBC Patch - Take 2 |
Date: | 2000-09-12 18:56:14 |
Message-ID: | 200009121856.OAA10221@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
No problem. Patch applied to jdbc1 and jdbc2. This kind of multi-user
problem happens sometimes.
> As if my JDBC patch hasn't already caused enough grief, there is now a
> one-line change necessary. Due to the Mark Holloman "New Relkind for
> Views" patch, my support for views in the driver will need to be updated
> to match. The change to DatabaseMetaData.getTableTypes[][] is as
> follows:
>
> - {"VIEW", "(relkind='r' and relhasrules='t' and relname !~
> '^pg_' and relname !~ '^xinv')"},
> + {"VIEW", "(relkind='v' and relname !~ '^pg_' and relname
> !~ '^xinv')"},
>
> I'm not including a full-on patch because I'm not sure what the cvs
> status of my original patch is (or if Peter just wants to roll it in
> with some other fixes), but I would be glad to whip one up if you like.
> Just let me know if I need to diff against the original code or my
> intial patch.
>
> Also, I apologize for the cross-post on the initial patch and subsequent
> cvs issue. In the future, I will send any JDBC patches to the JDBC list
> and let the indefatigable Peter sort it out :)
>
> - Christopher
>
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-09-16 19:03:16 | Re: Unbreak plperl building |
Previous Message | Christopher Cain | 2000-09-12 18:32:57 | JDBC Patch - Take 2 |