|
Home > Archive > PostgreSQL JDBC > January 2006 > 8.x JDBC driver
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| jao@geophile.com 2006-01-09, 11:24 am |
| I'm currently using Postgrseql 7.4.8 including the JDBC driver. I'm
considering moving up to version 8, and thinking about intermediate
steps.
- Can the 8.x driver be used with a 7.4.8 server?
- What are the major differences between the two versions? I checked
out the jdbc.postgresql.com changelog, but I'm looking for
higher-level information. I'm particularly interested in
performance-related improvements: use of server-side prepared
statements, string overhead in the driver, etc.
- Can COPY TO STDOUT and COPY FROM STDIN be done using the 8.x driver?
(I couldn't get these to work in 7.4.x).
Jack Orenstein
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
| |
| Markus Schaber 2006-01-09, 11:24 am |
| Hi, Jao,
jao@geophile.com wrote:
> I'm currently using Postgrseql 7.4.8 including the JDBC driver. I'm
> considering moving up to version 8, and thinking about intermediate
> steps.
>
> - Can the 8.x driver be used with a 7.4.8 server?
Yes, you can easily mix driver and server versions from 7.3 up to 8.1
without problems (might be even 7.2).
It may be even better to use the 8.1 driver against 7.4 servers to
profit from better utilization of the V3 protocol and other optimizations.
> - Can COPY TO STDOUT and COPY FROM STDIN be done using the 8.x driver?
> (I couldn't get these to work in 7.4.x).
There are some patches floating around in the net against various driver
versions that enable COPY support. Maybe they help you.
Schabi
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
|
|
|
|
|