Moving from 7.2.1 to 8.1.5 - looking for jdbc
Hello,
I work with a product which uses postgresql internally. I build
postgresql from source for Solaris SPARC and Linux. So far I have been
using 7.2.1 but lately I realized that it has long been obsolete and I
chose to move to 8.1.5.
In my earlier build system, I was patching a couple of source files in
the source tree before carrying out the build. Currently I see, there
is no src/interface/jdbc directory. One of the files I was patching
was the Statement.java source.
I am in a fix. Do I need to separately download the jdbc drivers and
build them into a jar file? More importantly, I am a little concerned
about what all major changes have happened that will likely affect my
build.
What all has moved out of the tar that is available for download ( I
am talking about postgresql-<ver>.tar.gz ).
- Arindam
Arindam <arindam.mukerjee@gmail.com> writes:
I am in a fix. Do I need to separately download the jdbc drivers and
build them into a jar file?
The jdbc driver is distributed separately now, yes. See
http://jdbc.postgresql.org/
regards, tom lane
On 1/4/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Arindam <arindam.mukerjee@gmail.com> writes:
I am in a fix. Do I need to separately download the jdbc drivers and
build them into a jar file?The jdbc driver is distributed separately now, yes. See
http://jdbc.postgresql.org/regards, tom lane
Thank you. I was actually looking for a more extensive list of changes
which have happened between these two versions. Is there a place that
can help?
Thanks,
Arindam
Arindam <arindam.mukerjee@gmail.com> writes:
Thank you. I was actually looking for a more extensive list of changes
which have happened between these two versions. Is there a place that
can help?
Read the release notes ...
http://www.postgresql.org/docs/8.2/static/release.html
regards, tom lane
Hi,
On Thu, 2007-01-04 at 22:10 +0530, Arindam wrote:
I was actually looking for a more extensive list of changes
which have happened between these two versions. Is there a place that
can help?
See the release notes:
http://www.postgresql.org/docs/8.1/static/release.html
You will need to dig too much to track the changes between 7.2 and
8.1.5.
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/