Patch applied. Thanks.
>
> A couple of lines were missing from my last patch - this one fixes things.
>
> Liam
>
>
> --
> Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED]
[ Attachment, skipping... ]
>
> ---(end of broadcast)---
>
Hello,
I have begun installing tomcat 4.0 on my test server. Early days yet -
configuration is much changed from 3.x branch. The stand alone version
of the server is a breeze to set up, configuration is much easier.
I am having slight difficulty integrating with Apache so I'll be RTFM
this weeke
Hello,
When I retrive pgsql-jdbc source use:
cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot
password: postgresql
The cvs server report: authorization failed.
Any ideas?
Thanks,
Dongsheng Song
---(end of broadcast)---
TIP 3: i
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.
>
> A couple of lines were missing from my last patch - this one fixes things.
>
> Liam
>
>
> --
> Liam Stewart :: Red
Patch applied. Thanks.
> Hi,
>
> Per the recent discussion there's been some code changes in JDBC's
> DatabaseMetaData.getColumn(). I proposed a patch that would change the
> number of queries to find out all columns in a table from 2 * N + 1 to 1 (N
> being the number of columns reported)