Re: trouble caused by change in 7.3 handling of '' in integer

From: Vivek Khera <khera(at)kcilink(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: trouble caused by change in 7.3 handling of '' in integer
Date: 2002-12-19 15:03:32
Message-ID: 15873.57284.254160.586695@onceler.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "BM" == Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:

BM> How about if I give you a patch against 7.3 that allows '' as 0, and you
BM> ask if the author can distribute it and get his code changed for 7.4?

That would be great. Actually what would be best is if the code could
log a warning (with the full query) every time it happened, then it
would be easy to run the app for a while and find all the places it
happens. RT dynamically creates its queries so this would be the
easiest way to fix it up. Then RT could be fixed up and not need any
patches to PG.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2002-12-19 15:08:43 Re: trouble caused by change in 7.3 handling of '' in
Previous Message Vivek Khera 2002-12-19 14:54:50 Re: trouble caused by change in 7.3 handling of '' in