On Sun, Apr 4, 2010 at 9:03 PM, Wang, Mary Y <[email protected]> wrote:
> I still don't get it.  I do want a zero for the subversion_flags to be stored 
> in the table.  But it returned an error because it didn't like 
> subversion_flags='' in the UPDATE SQL statement.
>
> subversion_flags | integer       | not null default 0

Right. '' is not 0.  the old version of pgsql converted '' to 0 for
you, incorrectly.  Now if you want 0 you need to say 0.

-- 
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to