Thread: Postgress 7.2 and j2sdk 1.4.0
Hello All, I've just failed to compile Postgress (7.2) using j2sdk 1.4.0. After searching the web I found that Postgress cannot use j2sdk 1.4.0. I have a couple of doubts I'd like to clarify: - Anyone working on this ? Any forecast about when j2sdk 1.4.0 can be used with Postgress ? - Considering that I compile the jdbc for Postgress using j2sdk 1.3, would my clients (using j2sdk 1.4.0) be able to connect to the database ? Any answer/comments will be welcome! Many thanks, Mauricio Palazzi
Hi, 1 - Fix already committed by Dave (updated build.xml for ANT). You can search the JDBC archives if you simply want instructions on kludging this. 2 - Yes, no problems with this setup and a little easier than rebuilding the driver from #1 above. Cheers, Marc Mauricio S. Palazzi wrote: > Hello All, > > > I've just failed to compile Postgress (7.2) using j2sdk 1.4.0. > After searching the web I found that Postgress cannot use j2sdk 1.4.0. I > have a couple of doubts I'd like to clarify: > > - Anyone working on this ? Any forecast about when j2sdk 1.4.0 > can be used with Postgress ? > > - Considering that I compile the jdbc for Postgress using j2sdk > 1.3, would my clients (using j2sdk 1.4.0) be able to connect to the > database ? > > > Any answer/comments will be welcome! > > > Many thanks, > > > Mauricio Palazzi > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster >
Actually, My update to the build.xml didn't help much but did pave the way for jdbc3 when it finally arrives ;( Dave -----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Marc Lavergne Sent: Thursday, February 28, 2002 2:48 PM To: Mauricio S. Palazzi Cc: pgsql-jdbc@postgresql.org Subject: Re: [JDBC] Postgress 7.2 and j2sdk 1.4.0 Hi, 1 - Fix already committed by Dave (updated build.xml for ANT). You can search the JDBC archives if you simply want instructions on kludging this. 2 - Yes, no problems with this setup and a little easier than rebuilding the driver from #1 above. Cheers, Marc Mauricio S. Palazzi wrote: > Hello All, > > > I've just failed to compile Postgress (7.2) using j2sdk 1.4.0. > After searching the web I found that Postgress cannot use j2sdk 1.4.0. I > have a couple of doubts I'd like to clarify: > > - Anyone working on this ? Any forecast about when j2sdk 1.4.0 > can be used with Postgress ? > > - Considering that I compile the jdbc for Postgress using j2sdk > 1.3, would my clients (using j2sdk 1.4.0) be able to connect to the > database ? > > > Any answer/comments will be welcome! > > > Many thanks, > > > Mauricio Palazzi > > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
On Thu, 2002-02-28 at 20:26, Mauricio S. Palazzi wrote: > - Considering that I compile the jdbc for Postgress using j2sdk > 1.3, would my clients (using j2sdk 1.4.0) be able to connect to the > database ? The only problem that I am seeing so far is a change in the way ' is treated in varchar fields. I am running tomcat4, j2sdk 1.4.0 Sun and Postgresql 7.1.3 or 7.2 Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with PostgreSQL http://www.animaproductions.com/ultra.html
hi Tony, couldn't that be a multibyte support problem? you have to compile the postgres with --multibyte-enabled (or somthing similar) and create the database explicitly with encoding, -E LATIN1 for example. Chantal
Maurico, Yes, you are correct the driver will not compile under jdk1.4. It will however run fine under jdk1.4 if you use the compiled jar from jdk1.3. Dave -----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Mauricio S. Palazzi Sent: Thursday, February 28, 2002 2:27 PM To: pgsql-jdbc@postgresql.org Subject: [JDBC] Postgress 7.2 and j2sdk 1.4.0 Hello All, I've just failed to compile Postgress (7.2) using j2sdk 1.4.0. After searching the web I found that Postgress cannot use j2sdk 1.4.0. I have a couple of doubts I'd like to clarify: - Anyone working on this ? Any forecast about when j2sdk 1.4.0 can be used with Postgress ? - Considering that I compile the jdbc for Postgress using j2sdk 1.3, would my clients (using j2sdk 1.4.0) be able to connect to the database ? Any answer/comments will be welcome! Many thanks, Mauricio Palazzi ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster