alter table differences on Cygwin and Linux?

From: "Aurangzeb M(dot) Agha" <aagha(at)bigfoot(dot)com>
To: PostgreSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: alter table differences on Cygwin and Linux?
Date: 2002-12-03 18:36:41
Message-ID: Pine.LNX.4.50.0212031027390.25548-100000@cinemaspace.berkeley.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm having a major headache with my Java application. I'm running the
same app on Cygwin (W2K) and Linux, accessing a Postgres DB.

I've applied the following SQL to both DB's:

alter table todo add column clubmusictypeid int;
alter table todo add column barmusictypeid int;
alter table todo add column numcinemascreens int;
alter table todo add column foodtypeid int;

Both DB's accept the SQL without any problem. However, when I try and
access the 'todo' table on either Cygwin or Linux, I have a problem.

Everything works fine on Cygwin, but Linux chokes!

I don't know if there's something wrong (or incomplete) with the way I'm
doing the 'alter', or if there's a prob with the JDBC diver on the
different platforms.

On both systems, I'm running 7.2.3. The Linux box is RH7.2.

Any help would be greatly appreciated, as it'll keep me from pulling out
the few ramining hairs I haven't already ripped out.

Thx in Advance,
Aurangzeb

PS -- Yes, I'm sure the code-base for my app on the two systems is EXACTLY
the same.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2002-12-03 19:04:04 Re: Regarding connection thru web application
Previous Message Lee Kindness 2002-12-03 18:31:33 Re: 7.3 -> pg_atoi: zero-length string